Properly invoke CTest

This commit is contained in:
Stephan Walter 2023-03-30 19:06:54 +02:00
parent ed3c680bcd
commit 44aea7752b

View file

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