diff options
| author | Chris Lattner <sabre@nondot.org> | 2006-11-21 17:22:28 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2006-11-21 17:22:28 +0000 |
| commit | 058b4b6b415cfb95ca3495c27e59f338d0c66e8c (patch) | |
| tree | 19d6c7a545f4eda1f5340b0f55ccd18e1df64c5d | |
| parent | d6775fa2172ea50b8466764993bf77e4967e415e (diff) | |
| download | bcm5719-llvm-058b4b6b415cfb95ca3495c27e59f338d0c66e8c.tar.gz bcm5719-llvm-058b4b6b415cfb95ca3495c27e59f338d0c66e8c.zip | |
run .cpp files as tests
llvm-svn: 39213
| -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 90e9689e2a3..1eaee9e4456 100644 --- a/clang/test/Makefile +++ b/clang/test/Makefile @@ -1,3 +1,3 @@ all: - find Lexer Preprocessor Parser -name \*.c -print -exec ~/llvm/test/TestRunner.sh {} \; + find Lexer Preprocessor Parser -name '*.c*' -print -exec ~/llvm/test/TestRunner.sh {} \; |

