From fb39f0e26564f19c63ddaf42f7fc9fff57a487e8 Mon Sep 17 00:00:00 2001 From: Alex Lorenz Date: Fri, 21 Jul 2017 13:12:01 +0000 Subject: [PATCH] Clang's tests should depend on clang-diff git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@308735 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index fa926c584f..084f405fee 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -48,6 +48,7 @@ list(APPEND CLANG_TEST_DEPS clang-offload-bundler clang-import-test clang-rename + clang-diff ) if(CLANG_ENABLE_STATIC_ANALYZER) -- 2.40.0