llvm-project/clang/test/Makefile

6 lines
242 B
Makefile
Raw Normal View History

LEVEL = ../../..
include $(LEVEL)/Makefile.common
all::
2007-08-23 09:09:45 +08:00
PATH=$$PATH:$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts find CodeGen Lexer Preprocessor Parser Sema \( -name '*.c' -or -name '*.cpp' -or -name '*.m' \) -print -exec ./TestRunner.sh {} \;