mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 12:41:49 +01:00
check is now a single colon rule. Also make it default to running dejagnu instead of qmtest
llvm-svn: 18471
This commit is contained in:
parent
9f67970da3
commit
1871315df4
6
Makefile
6
Makefile
@ -43,10 +43,8 @@ dist-hook::
|
||||
$(TopDistDir)/include/llvm/Support/DataTypes.h \
|
||||
$(TopDistDir)/include/llvm/Support/ThreadSupport.h
|
||||
|
||||
check ::
|
||||
$(MAKE) -C test
|
||||
check :
|
||||
$(MAKE) -C test check-dejagnu TESTSUITE=$(TESTSUITE)
|
||||
|
||||
tools-only: all
|
||||
|
||||
check-dejagnu:
|
||||
$(MAKE) -C test check-dejagnu TESTSUITE=$(TESTSUITE)
|
||||
|
Loading…
x
Reference in New Issue
Block a user