2025-11-04 18:50:59 +03:30
|
|
|
add_library_module(
|
|
|
|
|
NAME
|
|
|
|
|
test
|
|
|
|
|
INTERFACES
|
|
|
|
|
test.cppm
|
|
|
|
|
expects.cppm
|
|
|
|
|
PRIVATE_INTERFACES
|
|
|
|
|
registry.cppm
|
|
|
|
|
SOURCES
|
|
|
|
|
entrypoint.cpp)
|
|
|
|
|
# add_library_module(fuzz_test test.cpp fuzz.cpp)
|
2025-07-30 23:02:53 +03:30
|
|
|
|
2025-11-01 03:10:33 +03:30
|
|
|
target_link_libraries(test PUBLIC logger)
|
2025-11-04 18:50:59 +03:30
|
|
|
# target_link_libraries(fuzz_test PUBLIC logger)
|
2025-10-08 06:30:11 +03:30
|
|
|
|
2025-07-21 18:56:20 +03:30
|
|
|
add_test_module(test test.test.cpp)
|