]> granicus.if.org Git - clang/commitdiff
Add missing directory
authorBill Wendling <isanbard@gmail.com>
Sat, 14 Jul 2007 09:37:10 +0000 (09:37 +0000)
committerBill Wendling <isanbard@gmail.com>
Sat, 14 Jul 2007 09:37:10 +0000 (09:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@39853 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile

index 4a2907b44c6c5bb1c568022d8f93a9441b54f42a..fc759fa5ed3051bad02499bd33588b907215d241 100644 (file)
@@ -1,3 +1,3 @@
 
 all:
-       find CodeGen Lexer Preprocessor Parser \( -name '*.c' -or -name '*.cpp' \) -print -exec ./TestRunner.sh {} \;
+       find CodeGen Lexer Preprocessor Parser Sema \( -name '*.c' -or -name '*.cpp' \) -print -exec ./TestRunner.sh {} \;