If TESTSUITE is set, we obviously want to run dejagnu
authorChris Lattner <sabre@nondot.org>
Tue, 30 Nov 2004 17:45:08 +0000 (17:45 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 30 Nov 2004 17:45:08 +0000 (17:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18392 91177308-0d34-0410-b5e6-96231b3b80d8

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