blob: 91928cafb86c9924b8a9193a85e47e0cb6b56b90 (
plain)
1
2
3
4
5
6
7
8
|
LEVEL = ../../..
include $(LEVEL)/Makefile.common
all::
PATH=$$PATH:$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts find\
CodeGen Lexer Preprocessor Parser Sema Analysis Serialization\
\( -name '*.c' -or -name '*.cpp' -or -name '*.m' \)\
-print -exec ./TestRunner.sh {} \;
|