1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Don't stop make if there are XFAIL or XPASSes

llvm-svn: 18113
This commit is contained in:
Chris Lattner 2004-11-22 19:06:22 +00:00
parent 80192f669a
commit a2a80adde2

View File

@ -124,7 +124,7 @@ RUNTESTFLAGS := --tool $(TESTSUITE)
endif
check-dejagnu: site.exp
PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
-PATH=$(LLVMToolDir):$(LLVM_SRC_ROOT)/test/Scripts:$(PATH) \
$(RUNTEST) $(RUNTESTFLAGS)