mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-02 02:22:31 +00:00
check is now a single colon rule. Also make it default to running dejagnu instead of qmtest
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18471 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
672d71dcb6
commit
642d1021da
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