diff --git a/CMakeLists.txt b/CMakeLists.txt index 0ba4ef9b0..676360ef0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -248,6 +248,7 @@ endfunction() add_subdirectory(src) if(KOMPUTE_OPT_BUILD_TESTS) + enable_testing() add_subdirectory(test) endif()