aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--quotest/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
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})