2025-07-15 15:10:25 +03:30
|
|
|
add_library_module(test test.cpp entrypoint.cpp)
|
2025-07-30 23:02:53 +03:30
|
|
|
add_library_module(fuzz_test test.cpp fuzz.cpp)
|
|
|
|
|
|
2025-11-01 03:10:33 +03:30
|
|
|
target_link_libraries(test PUBLIC logger)
|
|
|
|
|
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)
|