diff --git a/core-writer/CMakeLists.txt b/core-writer/CMakeLists.txt index 121e4be..cf0e5bb 100644 --- a/core-writer/CMakeLists.txt +++ b/core-writer/CMakeLists.txt @@ -16,5 +16,4 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug") endif() enable_testing() -add_subdirectory(test/) -add_test(core-writer_tests core-writer_tests) \ No newline at end of file +add_subdirectory(test/) \ No newline at end of file