diff -r bf817b825ed2 -r e081643aae2a CMakeLists.txt --- a/CMakeLists.txt Tue Feb 07 21:53:06 2023 +0100 +++ b/CMakeLists.txt Tue Feb 07 21:55:37 2023 +0100 @@ -15,7 +15,7 @@ # Tests enable_testing() -add_subdirectory(test) +add_subdirectory(tests) # Web Documentation add_subdirectory(docs/src)