]> granicus.if.org Git - clang/commitdiff
Move the C++ Sema tests into a separate SemaCXX directory.
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 16 Aug 2008 20:53:59 +0000 (20:53 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Sat, 16 Aug 2008 20:53:59 +0000 (20:53 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54853 91177308-0d34-0410-b5e6-96231b3b80d8

test/Makefile
test/SemaCXX/class.cpp [moved from test/Sema/cxx-class.cpp with 100% similarity]
test/SemaCXX/namespace.cpp [moved from test/Sema/cxx-namespace.cpp with 100% similarity]
test/SemaCXX/references.cpp [moved from test/Sema/cxx-references.cpp with 100% similarity]
test/SemaCXX/this.cpp [moved from test/Sema/cxx-this.cpp with 100% similarity]
test/SemaCXX/wchar_t.cpp [moved from test/Sema/cxx-wchar_t.cpp with 100% similarity]

index 43ff5482346be2f717c62f4a85e0a395f1e7f366..8164f2ee2c59de1a69ef0236fd572305f21842b1 100644 (file)
@@ -1,7 +1,7 @@
 LEVEL = ../../..
 include $(LEVEL)/Makefile.common
 
-TESTDIRS = CodeGen Lexer Preprocessor Parser Sema SemaObjC Analysis Serialization Rewriter
+TESTDIRS = CodeGen Lexer Preprocessor Parser Sema SemaCXX SemaObjC Analysis Serialization Rewriter
 
 # Only run rewriter tests on darwin.
 ifeq ($(OS),Darwin)
similarity index 100%
rename from test/Sema/cxx-this.cpp
rename to test/SemaCXX/this.cpp