diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index e49d6a2..58bb331 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") |