diff --git a/CMakeLists.txt b/CMakeLists.txt
index 60c392aaf9ba3969d8adf5d69f7d6f40ce99fba2..410a2c5e0d5346f19f5e76d1c9fabb0febdcd6dd 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -383,12 +383,6 @@ if(BUILD_TESTING)
   )
 
 
-  foreach (test_src ${test_files})
-    GET_FILENAME_COMPONENT(test ${test_src} NAME_WE)
-    add_executable( ${test} ${test_src})
-    target_link_libraries (${test} geometrycore)
-    add_test(NAME ${test} COMMAND ${test})
-  endforeach(test_src ${test_files})
 
 
 #  set(Python_ADDITIONAL_VERSIONS 3.0)