Skip to content

Commit 9096e27

Browse files
author
John Criswell
committed
Made QMTest run first to ensure that it runs.
llvm-svn: 9464
1 parent 42260d7 commit 9096e27

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

llvm/test/Makefile

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11
LEVEL = ..
22
DIRS = Programs
3-
include Makefile.tests
43

54
#
65
# Make QMTest the default for testing features and regressions
6+
# Do this first to force QMTest to run first
77
#
88
all:: qmtest
99

10+
#
11+
# Include other test rules
12+
#
13+
include Makefile.tests
14+
1015
#
1116
# New QMTest functionality:
1217
# The test suite is being transitioned over to QMTest. Eventually, it

0 commit comments

Comments
 (0)