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:
Jeffrey Yasskin 2011-02-19 06:07:17 +00:00
parent 1094bb101b
commit ecdd68d760
1 changed files with 2 additions and 2 deletions

View File

@ -37,13 +37,13 @@ if(SUPPORTS_NO_VARIADIC_MACROS_FLAG)
endif()
add_clang_unittest(Basic
"support mc"
""
"gtest gtest_main clangBasic"
Basic/FileManagerTest.cpp
)
add_clang_unittest(Frontend
"support mc"
""
"gtest gtest_main clangFrontend"
Frontend/FrontendActionTest.cpp
)