Added basic tests infrastructrue

This commit is contained in:
Joel Falcou 2025-05-12 10:16:47 +02:00
parent 03c2e69c3f
commit 3caf08e4c1
4 changed files with 232 additions and 1 deletions

View file

@ -58,4 +58,9 @@ target_link_libraries (rotgen PRIVATE Eigen3::Eigen)
##======================================================================================================================
## Setup the library's installation target
##======================================================================================================================
include(${ROTGEN_SOURCE_DIR}/cmake/config/rotgen-install.cmake)
include(${ROTGEN_SOURCE_DIR}/cmake/config/rotgen-install.cmake)
##======================================================================================================================
## Setup the library's Tests
##======================================================================================================================
add_subdirectory(test)