Ignore XFAIL tests when checking for make failure in test/

llvm-svn: 56262
This commit is contained in:
Daniel Dunbar 2008-09-16 23:43:13 +00:00
parent 025f83534c
commit 86169d6d0d
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ all::
@ echo '--- Running clang tests ---'
@ $(MAKE) $(TESTS)
@ $(DONE)
@ cat $(TESTS) | grep -v ' HAS NO RUN LINE! ****' | $(LLVM_SRC_ROOT)/test/Scripts/count 0 > /dev/null
@ cat $(TESTS) | grep -v 'XFAILED' | grep -v ' HAS NO RUN LINE! ****' | $(LLVM_SRC_ROOT)/test/Scripts/count 0 > /dev/null
report: $(TESTS)
@ cat $^