1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

If TESTSUITE is set, we obviously want to run dejagnu

llvm-svn: 18392
This commit is contained in:
Chris Lattner 2004-11-30 17:45:08 +00:00
parent 1196903800
commit cb751cf9e1

View File

@ -14,7 +14,11 @@ DIRS =
# 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