blob: 5a85584051b539f75edfa31cc94630aab6bd3a5b [file] [log] [blame]
LEVEL = ../../..
include $(LEVEL)/Makefile.common
all::
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 {} \;