Testing functional API only (oss/rotgen#17)

Co-authored-by: Jules Pénuchot <jules@penuchot.com>

See merge request oss/rotgen!42
This commit is contained in:
Jules Pénuchot 2025-10-17 17:20:47 +02:00
parent 6fa95fb22d
commit 4a7aa08cdb
11 changed files with 192 additions and 192 deletions

View file

@ -14,6 +14,11 @@ target_compile_options(rotgen_test INTERFACE -std=c++20 -Werror -Wall -Wextra -W
target_include_directories( rotgen_test INTERFACE ${PROJECT_SOURCE_DIR}/test)
target_link_libraries(rotgen_test INTERFACE rotgen Eigen3::Eigen)
target_compile_definitions(rotgen_test INTERFACE
TTS_MAIN
TTS_CUSTOM_DRIVER_FUNCTION=rotgen_main
)
##======================================================================================================================
## Unit Tests registration
##======================================================================================================================