diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2025-01-08 06:24:01 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2025-01-08 06:24:05 +0100 |
commit | 1642d387f30fbef97f93225f11c3e1a6017f6ff1 (patch) | |
tree | 9040b0b260fc5d95ba073716182ac8d1536b1d9f /tools/wdye | |
parent | af889b733e81fa40d7a7ff652386585115e186f5 (diff) | |
download | liberty-1642d387f30fbef97f93225f11c3e1a6017f6ff1.tar.gz liberty-1642d387f30fbef97f93225f11c3e1a6017f6ff1.tar.xz liberty-1642d387f30fbef97f93225f11c3e1a6017f6ff1.zip |
wdye: rename the self-test
add_subdirectory imports it to parent projects, so be more indicative.
Diffstat (limited to 'tools/wdye')
-rw-r--r-- | tools/wdye/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wdye/CMakeLists.txt b/tools/wdye/CMakeLists.txt index d3a5654..7dbf09e 100644 --- a/tools/wdye/CMakeLists.txt +++ b/tools/wdye/CMakeLists.txt @@ -38,5 +38,5 @@ if (WITH_CURSES) target_link_libraries (wdye PUBLIC ${CURSES_LIBRARIES}) endif () -add_test (NAME simple COMMAND wdye "${PROJECT_SOURCE_DIR}/test.lua") +add_test (NAME wdye COMMAND wdye "${PROJECT_SOURCE_DIR}/test.lua") include (CTest) |