1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Revert my earlier change to add "all" as a dependency to check. In

retrospect it really wasn't a good idea.

llvm-svn: 218136
This commit is contained in:
Eric Christopher 2014-09-19 18:44:27 +00:00
parent 0442f729cc
commit fe6c00da52

View File

@ -1780,7 +1780,7 @@ endif
# CHECK: Running the test suite
###############################################################################
check:: all
check::
$(Verb) if test -d "$(PROJ_OBJ_ROOT)/test" ; then \
if test -f "$(PROJ_OBJ_ROOT)/test/Makefile" ; then \
$(EchoCmd) Running test suite ; \