Comment out test targets; they don't work on Linux because test/Makefile uses

a bunch of BSD-isms.

llvm-svn: 108027
This commit is contained in:
Eli Friedman 2010-07-09 22:36:15 +00:00
parent 4239aa104b
commit 2066e3ed47
1 changed files with 6 additions and 6 deletions

View File

@ -66,14 +66,14 @@ $(RecursiveTargets)::
fi
endif
test::
@ $(MAKE) -C test
#test::
# @ $(MAKE) -C test
report::
@ $(MAKE) -C test report
#report::
# @ $(MAKE) -C test report
clean::
@ $(MAKE) -C test clean
#clean::
# @ $(MAKE) -C test clean
tags::
$(Verb) etags `find . -type f -name '*.h' -or -name '*.cpp' | \