diff options
| author | Bill Wendling <isanbard@gmail.com> | 2007-07-14 09:37:10 +0000 |
|---|---|---|
| committer | Bill Wendling <isanbard@gmail.com> | 2007-07-14 09:37:10 +0000 |
| commit | 657a203adfe3e0b1f86d640c483af0c0b63e6526 (patch) | |
| tree | 9c1c2125c51c1a2d659ba72b6c3b65cfc9a6ed24 | |
| parent | 39519f5c416c466aa49ff66df882a3313afdaec9 (diff) | |
| download | bcm5719-llvm-657a203adfe3e0b1f86d640c483af0c0b63e6526.tar.gz bcm5719-llvm-657a203adfe3e0b1f86d640c483af0c0b63e6526.zip | |
Add missing directory
llvm-svn: 39853
| -rw-r--r-- | clang/test/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Makefile b/clang/test/Makefile index 4a2907b44c6..fc759fa5ed3 100644 --- a/clang/test/Makefile +++ b/clang/test/Makefile @@ -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 {} \; |

