moved functions to NumpyHelper.cpp and added a few tests

This commit is contained in:
Erik Frojdh
2024-03-12 16:52:36 +01:00
parent 3fee6b792d
commit 609c754b23
8 changed files with 234 additions and 152 deletions

View File

@ -19,9 +19,9 @@ include(CTest)
include(Catch)
catch_discover_tests(tests)
if(AARE_BUILD_TESTS)
if(AARE_TESTS)
set(TestSources
${CMAKE_CURRENT_SOURCE_DIR}/src/defs.test.cpp
${CMAKE_CURRENT_SOURCE_DIR}/test.cpp
)
target_sources(tests PRIVATE ${TestSources} )