summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--clang/unittests/Basic/FileManagerTest.cpp (renamed from clang/unittests/FileManager/FileManagerTest.cpp)2
-rw-r--r--clang/unittests/Basic/Makefile (renamed from clang/unittests/FileManager/Makefile)4
-rw-r--r--clang/unittests/Makefile2
3 files changed, 4 insertions, 4 deletions
diff --git a/clang/unittests/FileManager/FileManagerTest.cpp b/clang/unittests/Basic/FileManagerTest.cpp
index a7d3df3125d..80727790d03 100644
--- a/clang/unittests/FileManager/FileManagerTest.cpp
+++ b/clang/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/clang/unittests/FileManager/Makefile b/clang/unittests/Basic/Makefile
index 3851aa4f59c..e7ac57cbe19 100644
--- a/clang/unittests/FileManager/Makefile
+++ b/clang/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/clang/unittests/Makefile b/clang/unittests/Makefile
index e8b4d55f3de..951e17e2177 100644
--- a/clang/unittests/Makefile
+++ b/clang/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
OpenPOWER on IntegriCloud