light/modules/test/CMakeLists.txt
light7734 60ad7cdc70
Some checks reported errors
continuous-integration/drone/push Build was killed
feat(test): add fuzz testing support
2025-07-30 23:02:53 +03:30

4 lines
134 B
CMake

add_library_module(test test.cpp entrypoint.cpp)
add_library_module(fuzz_test test.cpp fuzz.cpp)
add_test_module(test test.test.cpp)