File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
src/Beman/Optional26/tests Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 6
6
include (GoogleTest)
7
7
8
8
# Tests
9
- add_executable(optional_test
10
- optional.t.cpp
11
- optional_ref.t.cpp
9
+ add_executable(beman_optional26_test
10
+ detail/iterator.t.cpp
12
11
optional_monadic.t.cpp
13
12
optional_range_support.t.cpp
14
13
optional_ref_monadic.t.cpp
15
- detail/iterator.t.cpp
14
+ optional_ref.t.cpp
15
+ optional.t.cpp
16
16
)
17
17
18
- target_link_libraries(optional_test
18
+ target_link_libraries(beman_optional26_test
19
19
beman_optional26
20
20
GTest ::gtest
21
21
GTest ::gtest_main
@@ -24,7 +24,7 @@ target_link_libraries(optional_test
24
24
# Issue #32: Re-enable ASAN run CI/clang-19
25
25
# Note: clang-19 + gtest_discover_tests + Asan setup causes errors on some platforms.
26
26
# Temporary switch to gtest_add_tests and skip some Asan checks. Change also applied for CI flows.
27
- gtest_add_tests(TARGET optional_test
27
+ gtest_add_tests(TARGET beman_optional26_test
28
28
""
29
29
AUTO
30
30
)
You can’t perform that action at this time.
0 commit comments