summaryrefslogtreecommitdiffstats
path: root/unittests
diff options
context:
space:
mode:
authorZhanyong Wan <wan@google.com>2011-02-15 21:30:27 +0000
committerZhanyong Wan <wan@google.com>2011-02-15 21:30:27 +0000
commit483651c907726b216760edef91d8a961378dfc26 (patch)
tree164571e3b6b2fd925b4eef5d4a8ec44029bbf068 /unittests
parente9baa6b82625a6e55d21a32ca0227950d30ec57d (diff)
Moves FileManagerTest.cpp to unittests/Basic such that the unit test
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
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Basic/FileManagerTest.cpp (renamed from unittests/FileManager/FileManagerTest.cpp)2
-rw-r--r--unittests/Basic/Makefile (renamed from unittests/FileManager/Makefile)4
-rw-r--r--unittests/Makefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/unittests/FileManager/FileManagerTest.cpp b/unittests/Basic/FileManagerTest.cpp
index a7d3df3125..80727790d0 100644
--- a/unittests/FileManager/FileManagerTest.cpp
+++ b/unittests/Basic/FileManagerTest.cpp
@@ -1,4 +1,4 @@
-//===- unittests/FileManager/FileMangerTest.cpp ------ FileManger tests ---===//
+//===- unittests/Basic/FileMangerTest.cpp ------------ FileManger tests ---===//
//
// The LLVM Compiler Infrastructure
//
diff --git a/unittests/FileManager/Makefile b/unittests/Basic/Makefile
index 3851aa4f59..e7ac57cbe1 100644
--- a/unittests/FileManager/Makefile
+++ b/unittests/Basic/Makefile
@@ -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
diff --git a/unittests/Makefile b/unittests/Makefile
index e8b4d55f3d..951e17e217 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -14,7 +14,7 @@ ifndef CLANG_LEVEL
IS_UNITTEST_LEVEL := 1
CLANG_LEVEL := ..
-PARALLEL_DIRS = FileManager Frontend
+PARALLEL_DIRS = Basic Frontend
endif # CLANG_LEVEL