]> granicus.if.org Git - clang/commitdiff
Moved dead-stores test cast to a new test suite subdirectory: Analysis.
authorTed Kremenek <kremenek@apple.com>
Sat, 24 Nov 2007 19:49:35 +0000 (19:49 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 24 Nov 2007 19:49:35 +0000 (19:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44305 91177308-0d34-0410-b5e6-96231b3b80d8

test/Analysis/dead-stores.c [moved from test/Sema/dead-stores.c with 100% similarity]
test/Makefile

index 5a85584051b539f75edfa31cc94630aab6bd3a5b..71427d57e25fba389ea8a791109beddb77525a2d 100644 (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 {} \;