mirror of
https://github.com/lifting-bits/remill
synced 2026-06-21 13:56:07 +00:00
Do not enable test_runner_lib when testing isn't enabled
This commit is contained in:
committed by
Kyle Elliott
parent
19b880d9b4
commit
a4f10c74cc
+3
-1
@@ -300,8 +300,10 @@ InstallExternalTarget("ext_llvmlink" "${LLVMLINK_PATH}" "BIN" "${INSTALLED_LLVML
|
||||
#
|
||||
add_custom_target(semantics)
|
||||
|
||||
# shared JIT tools
|
||||
# shared JIT test support
|
||||
if(REMILL_ENABLE_TESTING)
|
||||
add_subdirectory(test_runner_lib)
|
||||
endif()
|
||||
|
||||
# tools
|
||||
add_subdirectory(bin)
|
||||
|
||||
Reference in New Issue
Block a user