aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a71942e..7e77c7f 100644
--- a/Makefile
+++ b/Makefile
@@ -147,12 +147,7 @@ profile: clean
coverage: clean
@$(MAKE) CFLAGS_EXTRA='--coverage' LDFLAGS_EXTRA='--coverage'
-test-update:
- git submodule init
- git submodule update --remote --rebase
-
test:
- [ -e test/Makefile ] || $(MAKE) test-update
@$(MAKE) -C test
testclean: