From 058b4b6b415cfb95ca3495c27e59f338d0c66e8c Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 21 Nov 2006 17:22:28 +0000 Subject: [PATCH] run .cpp files as tests llvm-svn: 39213 --- clang/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/test/Makefile b/clang/test/Makefile index 90e9689e2a37..1eaee9e44569 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 {} \;