From 05fe0697903a318ed0419eb981c3d35de0bee8f7 Mon Sep 17 00:00:00 2001 From: Vitaly Buka Date: Fri, 17 Jul 2020 01:46:14 -0700 Subject: [PATCH] [gwp-asan] Fix check-all with LIT_FILTER --- compiler-rt/test/gwp_asan/CMakeLists.txt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/compiler-rt/test/gwp_asan/CMakeLists.txt b/compiler-rt/test/gwp_asan/CMakeLists.txt index 95796521f31dc..de53ad5b7eed4 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(