@@ -253,7 +253,7 @@ endif()
#
if (LLAMA_BUILD_TESTS AND NOT CMAKE_JS_VERSION)
- enable_testing()
+ include(CTest)
add_subdirectory(tests)
endif ()