From 371bac98f4d6079edca2fce250ce4c548b348b17 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 9 Jan 2014 13:26:02 +0000 Subject: [PATCH] check-clang: Add dependencies to PrintFunctionNames and SampleAnalyzerPlugin, for r198747 and r198820. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@198867 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index fe31752ff2..6443c229e0 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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 -- 2.40.0