aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Criswell <criswell@uiuc.edu>2003-10-24 14:25:06 +0000
committerJohn Criswell <criswell@uiuc.edu>2003-10-24 14:25:06 +0000
commit9096e27509f87691bb7716d763794bc44c0ae1ff (patch)
tree8b9f4fb06e888c499eeb59756376cb5aa0f5ae25
parent42260d77168e1915682787398eaa16f31c1e304b (diff)
downloadllvm-9096e27509f87691bb7716d763794bc44c0ae1ff.zip
llvm-9096e27509f87691bb7716d763794bc44c0ae1ff.tar.gz
llvm-9096e27509f87691bb7716d763794bc44c0ae1ff.tar.bz2
Made QMTest run first to ensure that it runs.
llvm-svn: 9464
-rw-r--r--llvm/test/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/llvm/test/Makefile b/llvm/test/Makefile
index 29f8236..3b98ef8 100644
--- a/llvm/test/Makefile
+++ b/llvm/test/Makefile
@@ -1,13 +1,18 @@
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:
# The test suite is being transitioned over to QMTest. Eventually, it
# will use QMTest by default.