From: Ted Kremenek Date: Sat, 24 Nov 2007 19:49:35 +0000 (+0000) Subject: Moved dead-stores test cast to a new test suite subdirectory: Analysis. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=bfc5e500bfb2febcf2e85588f2f839601b9fc1e0;p=clang Moved dead-stores test cast to a new test suite subdirectory: Analysis. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@44305 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Sema/dead-stores.c b/test/Analysis/dead-stores.c similarity index 100% rename from test/Sema/dead-stores.c rename to test/Analysis/dead-stores.c diff --git a/test/Makefile b/test/Makefile index 5a85584051..71427d57e2 100644 --- a/test/Makefile +++ b/test/Makefile @@ -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 {} \;