]> granicus.if.org Git - clang/commitdiff
Remove support and mc from the clang unittests' dependencies because they're not
authorJeffrey Yasskin <jyasskin@google.com>
Sat, 19 Feb 2011 06:07:17 +0000 (06:07 +0000)
committerJeffrey Yasskin <jyasskin@google.com>
Sat, 19 Feb 2011 06:07:17 +0000 (06:07 +0000)
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126024 91177308-0d34-0410-b5e6-96231b3b80d8

unittests/CMakeLists.txt

index 45358db370b7481e27de7282332e775ba83ded24..05076013ef1b8398f7907b860f6375c1deae85e7 100644 (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
  )