From: Zhanyong Wan Date: Tue, 15 Feb 2011 21:30:27 +0000 (+0000) Subject: Moves FileManagerTest.cpp to unittests/Basic such that the unit test X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=483651c907726b216760edef91d8a961378dfc26;p=clang 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 --- diff --git a/unittests/FileManager/FileManagerTest.cpp b/unittests/Basic/FileManagerTest.cpp similarity index 99% rename from unittests/FileManager/FileManagerTest.cpp rename to 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 similarity index 81% rename from unittests/FileManager/Makefile rename to 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