From ba32d413b1ca799012f638cf2292bfa3d68dcda2 Mon Sep 17 00:00:00 2001 From: redcode Date: Sun, 29 Dec 2024 21:51:15 +0100 Subject: [PATCH] Better description of two configuration options. --- CMakeLists.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 87f22fe5..d85df69f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,12 +94,13 @@ NO) option(${PROJECT_NAME}_WITH_STEP_TESTS "${PROJECT_NAME}: \ -Build the testing tool that uses unit tests in JSON format." +Build `step-test-Z80`, a tool for unit tests in JSON format." NO) option(${PROJECT_NAME}_WITH_TESTS "${PROJECT_NAME}: \ -Build the testing tool that runs CP/M and ZX Spectrum programs." +Build `test-Z80`, a tool that runs various Z80-specific tests for CP/M +and ZX Spectrum." NO) option(${PROJECT_NAME}_WITH_EXECUTE