aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Makefile b/test/Makefile
index 9783f6424b..832646ae2b 100644
--- a/test/Makefile
+++ b/test/Makefile
@@ -14,7 +14,11 @@ DIRS =
# Make QMTest the default for testing features and regressions
# Do this first to force QMTest to run first
#
+ifdef TESTSUITE
+all:: check-dejagnu
+else
all:: qmtest
+endif
# Include other test rules
include Makefile.tests