aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 016f1ea..6154e5f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -51,6 +51,6 @@ target_link_libraries(tests PRIVATE
Qt6::WebEngineWidgets
Qt6::Test
${LuaJIT_LINK_LIBRARIES})
-add_test(NAME CommandInputSpec COMMAND tests)
+add_test(NAME InputLineSpec COMMAND tests)
install(TARGETS ${PROJECT} RUNTIME DESTINATION bin)