Skip to content

Commit 03f85a4

Browse files
committed
Link issue
1 parent d99381e commit 03f85a4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Beman/Optional26/tests/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ add_executable(optional_test
1717

1818
target_link_libraries(optional_test beman_optional26 GTest::gtest GTest::gtest_main)
1919

20+
# Issue #32: Re-enable ASAN run CI/clang-19
2021
# Note: clang-19 + gtest_discover_tests + Asan setup causes errors on some platforms.
21-
# Temporary switch to gtest_add_tests and skip some Asan checks.
22+
# Temporary switch to gtest_add_tests and skip some Asan checks. Change also applied for CI flows.
2223
gtest_add_tests(optional_test "" AUTO)

0 commit comments

Comments
 (0)