r198867 - check-clang: Add dependencies to PrintFunctionNames and SampleAnalyzerPlugin, for r198747 and r198820.

NAKAMURA Takumi geek4civic at gmail.com
Thu Jan 9 05:26:03 PST 2014


Author: chapuni
Date: Thu Jan  9 07:26:02 2014
New Revision: 198867

URL: http://llvm.org/viewvc/llvm-project?rev=198867&view=rev
Log:
check-clang: Add dependencies to PrintFunctionNames and SampleAnalyzerPlugin, for r198747 and r198820.

Modified:
    cfe/trunk/test/CMakeLists.txt

Modified: cfe/trunk/test/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CMakeLists.txt?rev=198867&r1=198866&r2=198867&view=diff
==============================================================================
--- cfe/trunk/test/CMakeLists.txt (original)
+++ cfe/trunk/test/CMakeLists.txt Thu Jan  9 07:26:02 2014
@@ -30,6 +30,8 @@ list(APPEND CLANG_TEST_DEPS
   clang clang-headers
   c-index-test diagtool arcmt-test c-arcmt-test
   clang-check clang-format
+  PrintFunctionNames
+  SampleAnalyzerPlugin
   )
 set(CLANG_TEST_PARAMS
   clang_site_config=${CMAKE_CURRENT_BINARY_DIR}/lit.site.cfg





More information about the cfe-commits mailing list