2007-07-16 12:35:52 +08:00
|
|
|
LEVEL = ../../..
|
|
|
|
include $(LEVEL)/Makefile.common
|
2006-06-18 13:42:02 +08:00
|
|
|
|
2007-07-16 12:35:52 +08:00
|
|
|
all::
|
2007-11-29 03:24:15 +08:00
|
|
|
PATH=$$PATH:$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts find\
|
2008-02-02 01:05:54 +08:00
|
|
|
Rewriter CodeGen Lexer Preprocessor Parser Sema Analysis Serialization\
|
2007-11-29 03:24:15 +08:00
|
|
|
\( -name '*.c' -or -name '*.cpp' -or -name '*.m' \)\
|
|
|
|
-print -exec ./TestRunner.sh {} \;
|