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:
parent
1196903800
commit
cb751cf9e1
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user