[compiler-rt] 05fe069 - [gwp-asan] Fix check-all with LIT_FILTER
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 02:21:42 PDT 2020
Author: Vitaly Buka
Date: 2020-07-17T02:21:18-07:00
New Revision: 05fe0697903a318ed0419eb981c3d35de0bee8f7
URL: https://github.com/llvm/llvm-project/commit/05fe0697903a318ed0419eb981c3d35de0bee8f7
DIFF: https://github.com/llvm/llvm-project/commit/05fe0697903a318ed0419eb981c3d35de0bee8f7.diff
LOG: [gwp-asan] Fix check-all with LIT_FILTER
Added:
Modified:
compiler-rt/test/gwp_asan/CMakeLists.txt
Removed:
################################################################################
diff --git a/compiler-rt/test/gwp_asan/CMakeLists.txt b/compiler-rt/test/gwp_asan/CMakeLists.txt
index 95796521f31d..de53ad5b7eed 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(
More information about the llvm-commits
mailing list