From 0ab35094378f127512c18f616a9d330641f959da Mon Sep 17 00:00:00 2001 From: Fabian Sauter Date: Fri, 22 Jul 2022 14:56:46 +0200 Subject: [PATCH] Fixed ctest integration Signed-off-by: Fabian Sauter --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) 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()