Do not enable test_runner_lib when testing isn't enabled

This commit is contained in:
Duncan Ogilvie
2026-05-22 14:31:14 +02:00
committed by Kyle Elliott
parent 19b880d9b4
commit a4f10c74cc
+4 -2
View File
@@ -300,8 +300,10 @@ InstallExternalTarget("ext_llvmlink" "${LLVMLINK_PATH}" "BIN" "${INSTALLED_LLVML
#
add_custom_target(semantics)
# shared JIT tools
add_subdirectory(test_runner_lib)
# shared JIT test support
if(REMILL_ENABLE_TESTING)
add_subdirectory(test_runner_lib)
endif()
# tools
add_subdirectory(bin)