1
0
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:
Chris Lattner 2004-12-03 23:57:00 +00:00
parent 9f67970da3
commit 1871315df4

View File

@ -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)