From 390162a0c707c51590acb27df81e98a85d3b6cf7 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Fri, 22 Jan 2021 15:40:52 +0100 Subject: Remove quotest from ctest --- quotest/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'quotest/CMakeLists.txt') diff --git a/quotest/CMakeLists.txt b/quotest/CMakeLists.txt index 4553abb6..d17e8620 100644 --- a/quotest/CMakeLists.txt +++ b/quotest/CMakeLists.txt @@ -5,5 +5,4 @@ set(quotest_SRCS quotest.cpp) add_executable(quotest ${quotest_SRCS}) -add_test(NAME quotest COMMAND quotest) target_link_libraries(quotest PRIVATE Qt5::Core Qt5::Test ${PROJECT_NAME}) -- cgit v1.2.3