CMakeLists.txt: actually name an option

This commit is contained in:
Přemysl Eric Janouch 2025-01-12 11:01:45 +01:00
parent 858734384b
commit e225306419
Signed by: p
GPG Key ID: A0420B94F92B9493

View File

@ -210,7 +210,7 @@ if (BUILD_TESTING)
add_test (NAME custom-static-analysis
COMMAND ${PROJECT_SOURCE_DIR}/test-static)
endif ()
option (BUILD_TESTING_WDYE "..." OFF)
option (BUILD_TESTING_WDYE "Build the integration test" OFF)
if (BUILD_TESTING_WDYE)
add_subdirectory (liberty/tools/wdye)
add_test (NAME integration COMMAND wdye "${PROJECT_SOURCE_DIR}/test.lua")