Files
mars-nwe/tests/CMakeLists.txt
OpenAI Build Bot 850b37875b
All checks were successful
Source release / source-package (push) Successful in 1m10s
Add mars-nwe FLAIM integration tests
2026-06-05 20:01:41 +02:00

13 lines
365 B
CMake

# Optional mars_nwe integration test groups.
#
# The top-level MARS_NWE_BUILD_TESTS option gates all integration tests.
# Keep per-protocol/per-feature test wiring below this directory so the main
# project CMakeLists.txt does not grow with each test group.
add_subdirectory(afp)
add_subdirectory(salvage)
if(ENABLE_DIRECTORY)
add_subdirectory(flaim)
endif()