From: Vitaly Buka Date: Fri, 17 Jul 2020 08:46:14 +0000 (-0700) Subject: [gwp-asan] Fix check-all with LIT_FILTER X-Git-Tag: llvmorg-13-init~17630 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=05fe0697903a318ed0419eb981c3d35de0bee8f7;p=platform%2Fupstream%2Fllvm.git [gwp-asan] Fix check-all with LIT_FILTER --- diff --git a/compiler-rt/test/gwp_asan/CMakeLists.txt b/compiler-rt/test/gwp_asan/CMakeLists.txt index 9579652..de53ad5 100644 --- a/compiler-rt/test/gwp_asan/CMakeLists.txt +++ b/compiler-rt/test/gwp_asan/CMakeLists.txt @@ -19,12 +19,8 @@ if (COMPILER_RT_INCLUDE_TESTS AND COMPILER_RT_HAS_GWP_ASAN AND NOT ANDROID) configure_lit_site_cfg( ${CMAKE_CURRENT_SOURCE_DIR}/unit/lit.site.cfg.py.in ${CMAKE_CURRENT_BINARY_DIR}/unit/lit.site.cfg.py) - add_lit_testsuite(check-gwp_asan-unit "Running GWP-ASan unit tests" - ${CMAKE_CURRENT_BINARY_DIR}/unit - DEPENDS ${GWP_ASAN_TEST_DEPS}) - set_target_properties(check-gwp_asan-unit PROPERTIES FOLDER - "Compiler-RT Tests") - list(APPEND GWP_ASAN_TEST_DEPS check-gwp_asan-unit) + list(APPEND GWP_ASAN_TEST_DEPS ${GWP_ASAN_TEST_DEPS}) + list(APPEND GWP_ASAN_TESTSUITES ${CMAKE_CURRENT_BINARY_DIR}/unit) endif() configure_lit_site_cfg(