[client] tests: replace test defines with the unified ENABLE_TEST define

This commit is contained in:
Geoffrey McRae
2026-07-31 13:32:53 +10:00
parent 9a3d994204
commit 1a2e92beae
6 changed files with 69 additions and 86 deletions

View File

@@ -20,7 +20,7 @@ endfunction()
# Add/remove transports here!
add_transport(LGMP)
if(ENABLE_TEST_TRANSPORT)
if(ENABLE_TESTS)
add_transport(Test)
endif()