move all objc sema tests into a new SemaObjC directory. Next step is to

remove the objc- prefix from the tests that use it.

llvm-svn: 54084
This commit is contained in:
Chris Lattner 2008-07-26 00:57:24 +00:00
parent a075e63bbc
commit 89026888ef
81 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
LEVEL = ../../..
include $(LEVEL)/Makefile.common
TESTDIRS = CodeGen Lexer Preprocessor Parser Sema Analysis Serialization Rewriter
TESTDIRS = CodeGen Lexer Preprocessor Parser Sema SemaObjC Analysis Serialization Rewriter
# Only run rewriter tests on darwin.
ifeq ($(OS),Darwin)