]> granicus.if.org Git - clang/commitdiff
Moves FileManagerTest.cpp to unittests/Basic such that the unit test
authorZhanyong Wan <wan@google.com>
Tue, 15 Feb 2011 21:30:27 +0000 (21:30 +0000)
committerZhanyong Wan <wan@google.com>
Tue, 15 Feb 2011 21:30:27 +0000 (21:30 +0000)
directory structure matches the library structure.  Reviewed by jyasskin.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125600 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/Basic/FileManagerTest.cpp [moved from unittests/FileManager/FileManagerTest.cpp with 99% similarity]
unittests/Basic/Makefile [moved from unittests/FileManager/Makefile with 81% similarity]
unittests/Makefile

similarity index 99%
rename from unittests/FileManager/FileManagerTest.cpp
rename to unittests/Basic/FileManagerTest.cpp
index a7d3df3125d7d5bd9a155046611442c6be86c715..80727790d0386efc264af0032ab8ea6fa9589d9c 100644 (file)
@@ -1,4 +1,4 @@
-//===- unittests/FileManager/FileMangerTest.cpp ------ FileManger tests ---===//
+//===- unittests/Basic/FileMangerTest.cpp ------------ FileManger tests ---===//
 //
 //                     The LLVM Compiler Infrastructure
 //
similarity index 81%
rename from unittests/FileManager/Makefile
rename to unittests/Basic/Makefile
index 3851aa4f59cdf3422fa9c7b8a3bed1ee06adf8a8..e7ac57cbe19cc1a7eae23b3a6eab04ad5f964b50 100644 (file)
@@ -1,4 +1,4 @@
-##===- unittests/FileManager/Makefile ----------------------*- Makefile -*-===##
+##===- unittests/Basic/Makefile ----------------------------*- Makefile -*-===##
 #
 #                     The LLVM Compiler Infrastructure
 #
@@ -8,7 +8,7 @@
 ##===----------------------------------------------------------------------===##
 
 CLANG_LEVEL = ../..
-TESTNAME = FileManager
+TESTNAME = Basic
 LINK_COMPONENTS := core support mc
 USEDLIBS = clangBasic.a
 
index e8b4d55f3de4dcd3069f44e6e490a313bcac4288..951e17e21771ee1e9960e7de72678000db155602 100644 (file)
@@ -14,7 +14,7 @@ ifndef CLANG_LEVEL
 
 IS_UNITTEST_LEVEL := 1
 CLANG_LEVEL := ..
-PARALLEL_DIRS = FileManager Frontend
+PARALLEL_DIRS = Basic Frontend
 
 endif  # CLANG_LEVEL