aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/Analysis/dead-stores.c (renamed from test/Sema/dead-stores.c)0
-rw-r--r--test/Makefile2
2 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/dead-stores.c b/test/Analysis/dead-stores.c
index 54e89ea5c3..54e89ea5c3 100644
--- a/test/Sema/dead-stores.c
+++ b/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 {} \;