Remove support and mc from the clang unittests' dependencies because they're not
needed or provided by the libraries under test. The next step is to import http://www.itk.org/Wiki/CMakeMacroParseArguments to make the empty string parameter unnecessary. llvm-svn: 126024
This commit is contained in:
parent
1094bb101b
commit
ecdd68d760
|
|
@ -37,13 +37,13 @@ if(SUPPORTS_NO_VARIADIC_MACROS_FLAG)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_clang_unittest(Basic
|
add_clang_unittest(Basic
|
||||||
"support mc"
|
""
|
||||||
"gtest gtest_main clangBasic"
|
"gtest gtest_main clangBasic"
|
||||||
Basic/FileManagerTest.cpp
|
Basic/FileManagerTest.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
add_clang_unittest(Frontend
|
add_clang_unittest(Frontend
|
||||||
"support mc"
|
""
|
||||||
"gtest gtest_main clangFrontend"
|
"gtest gtest_main clangFrontend"
|
||||||
Frontend/FrontendActionTest.cpp
|
Frontend/FrontendActionTest.cpp
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue