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

John Criswell criswell at cs.uiuc.edu
Fri Oct 24 09:26:05 PDT 2003


Changes in directory llvm/test:

Makefile updated: 1.47 -> 1.47.2.1

---
Log message:

Made QMTest run first to ensure that it runs.



---
Diffs of the changes:  (+6 -1)

Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.47 llvm/test/Makefile:1.47.2.1
--- llvm/test/Makefile:1.47	Thu Oct 23 09:11:53 2003
+++ llvm/test/Makefile	Fri Oct 24 09:25:06 2003
@@ -1,11 +1,16 @@
 LEVEL  = ..
 DIRS   = Programs
-include Makefile.tests
 
 #
 # Make QMTest the default for testing features and regressions
+# Do this first to force QMTest to run first
 #
 all:: qmtest
+
+#
+# Include other test rules
+#
+include Makefile.tests
 
 #
 # New QMTest functionality:





More information about the llvm-commits mailing list