summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index c0cf7ce..5112c5c 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -25,7 +25,7 @@ bootstrap: maintainer-clean
test: all
make -C tests check-TESTS
-test-suite: tests/run-test-suite
+test-suite: tests/run-test-suite all
make -C $< test
test-all: test test-suite