summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index b47d9bc8f..55f9fbebc 100644
--- a/Makefile
+++ b/Makefile
@@ -59,9 +59,7 @@ install: all server-install
done
test:
- @for subdir in $(SUBDIRS); do \
- (cd $$subdir && $(MAKE) $@) || exit 1; \
- done
+ ./make-test
release-update:
if [ ! -e RELEASE ]; then echo 0 > RELEASE; fi