If TESTSUITE is set, we obviously want to run dejagnu
[oota-llvm.git] / test / Makefile
index 9783f6424bba67506a8cfc7e4fc709eaf5fff2cc..832646ae2b233ec01ce764c034d0cb16027d2620 100644 (file)
@@ -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