wdye: rename the self-test

add_subdirectory imports it to parent projects, so be more indicative.
This commit is contained in:
Přemysl Eric Janouch 2025-01-08 06:24:01 +01:00
parent af889b733e
commit 1642d387f3
Signed by: p
GPG Key ID: A0420B94F92B9493

View File

@ -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)