Skip to content

Commit

Permalink
[gwp-asan] Fix check-all with LIT_FILTER
Browse files Browse the repository at this point in the history
  • Loading branch information
vitalybuka committed Jul 17, 2020
1 parent 40a073e commit 05fe069
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions compiler-rt/test/gwp_asan/CMakeLists.txt
Expand Up @@ -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(
Expand Down

0 comments on commit 05fe069

Please sign in to comment.