forked from OSchip/llvm-project
Fix some spam from make I accidentally introduced.
llvm-svn: 55027
This commit is contained in:
parent
f6884373c2
commit
a7e8c231ea
|
@ -2,7 +2,7 @@ LEVEL = ../../..
|
|||
include $(LEVEL)/Makefile.common
|
||||
|
||||
# Test in all non .svn or Output directories below this one.
|
||||
TESTDIRS = $(shell find . -name .svn -prune -o -name Output -prune -o -type d -print)
|
||||
TESTDIRS = $(shell find . -name . -o -name .svn -prune -o -name Output -prune -o -type d -print)
|
||||
|
||||
# Only run rewriter tests on darwin.
|
||||
ifeq ($(OS),Darwin)
|
||||
|
|
Loading…
Reference in New Issue