Don't submit test directory.

llvm-svn: 80139
This commit is contained in:
Bill Wendling 2009-08-26 21:00:34 +00:00
parent ab7700479f
commit 25eeddf112
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ installsrc:
-type f -a -name .DS_Store -o \
-name \*~ -o -name .\#\* \) \
-exec rm -rf {} \;
rm -rf "$(SRCROOT)/test"
#######################################################################