fixed ctest

This commit is contained in:
Erik Frojdh
2024-04-03 11:50:09 +02:00
parent 9413efa9e5
commit 166a78a2a5
2 changed files with 5 additions and 4 deletions

View File

@ -120,6 +120,7 @@ if(AARE_USE_WARNINGS)
endif()
if(AARE_TESTS)
enable_testing()
add_subdirectory(tests)
endif()