forked from OSchip/llvm-project
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:
parent
f81ff04ba3
commit
bc402abcc9
|
@ -1,4 +1,4 @@
|
|||
//===- unittests/FileManager/FileMangerTest.cpp ------ FileManger tests ---===//
|
||||
//===- unittests/Basic/FileMangerTest.cpp ------------ FileManger tests ---===//
|
||||
//
|
||||
// The LLVM Compiler Infrastructure
|
||||
//
|
|
@ -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
|
||||
|
|
@ -14,7 +14,7 @@ ifndef CLANG_LEVEL
|
|||
|
||||
IS_UNITTEST_LEVEL := 1
|
||||
CLANG_LEVEL := ..
|
||||
PARALLEL_DIRS = FileManager Frontend
|
||||
PARALLEL_DIRS = Basic Frontend
|
||||
|
||||
endif # CLANG_LEVEL
|
||||
|
||||
|
|
Loading…
Reference in New Issue