Moved dead-stores test cast to a new test suite subdirectory: Analysis.

llvm-svn: 44305
This commit is contained in:
Ted Kremenek 2007-11-24 19:49:35 +00:00
parent cab915f9cf
commit 33407b3338
2 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ 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 {} \;
PATH=$$PATH:$(ToolDir):$(LLVM_SRC_ROOT)/test/Scripts find CodeGen Lexer Preprocessor Parser Sema Analysis \( -name '*.c' -or -name '*.cpp' -or -name '*.m' \) -print -exec ./TestRunner.sh {} \;