[llvm-commits] CVS: llvm/test/Makefile

Chris Lattner lattner at cs.uiuc.edu
Tue Nov 30 09:45:22 PST 2004



Changes in directory llvm/test:

Makefile updated: 1.69 -> 1.70
---
Log message:

If TESTSUITE is set, we obviously want to run dejagnu


---
Diffs of the changes:  (+4 -0)

Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.69 llvm/test/Makefile:1.70
--- llvm/test/Makefile:1.69	Mon Nov 22 13:06:22 2004
+++ llvm/test/Makefile	Tue Nov 30 11:45:08 2004
@@ -14,7 +14,11 @@
 # 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






More information about the llvm-commits mailing list