[llvm-commits] CVS: llvm/test/Makefile
John Criswell
criswell at cs.uiuc.edu
Mon Oct 27 11:47:01 PST 2003
Changes in directory llvm/test:
Makefile updated: 1.47 -> 1.48
---
Log message:
Merged RELEASE_1.
---
Diffs of the changes: (+6 -1)
Index: llvm/test/Makefile
diff -u llvm/test/Makefile:1.47 llvm/test/Makefile:1.48
--- llvm/test/Makefile:1.47 Thu Oct 23 09:11:53 2003
+++ llvm/test/Makefile Mon Oct 27 11:46:40 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