light/modules/test/CMakeLists.txt

8 lines
246 B
Text
Raw Permalink Normal View History

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)
target_link_libraries(test PUBLIC tbb logger)
target_link_libraries(fuzz_test PUBLIC tbb logger)
2025-10-21 15:37:33 +03:30
add_test_module(test test.test.cpp mock.test.cpp)