diff -r 2e6e9d9f2159 -r c9d008861178 CMakeLists.txt --- a/CMakeLists.txt Wed Feb 08 20:26:09 2023 +0100 +++ b/CMakeLists.txt Wed Feb 08 20:26:26 2023 +0100 @@ -15,7 +15,7 @@ # Tests enable_testing() -add_subdirectory(test) +add_subdirectory(tests) # Web Documentation add_subdirectory(docs/src)