diff --git a/test/Makefile b/test/Makefile index 9783f6424bb..832646ae2b2 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