Moves FileManagerTest.cpp to unittests/Basic such that the unit test

directory structure matches the library structure.  Reviewed by jyasskin.

llvm-svn: 125600
This commit is contained in:
Zhanyong Wan 2011-02-15 21:30:27 +00:00
parent f81ff04ba3
commit bc402abcc9
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
//===- unittests/FileManager/FileMangerTest.cpp ------ FileManger tests ---===//
//===- unittests/Basic/FileMangerTest.cpp ------------ FileManger tests ---===//
//
// The LLVM Compiler Infrastructure
//

View 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

View 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