aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2018-12-15 12:07:00 +0100
committerFelix Morgner <felix.morgner@gmail.com>2018-12-15 12:07:00 +0100
commit9941c06c33c601a3e59c008c35c6181ba8a2e7f9 (patch)
treee5a71e5a3d3c541c82077695a0c302cfa952051d /CMakeLists.txt
parented419140280553b070943b7ba539120a26ff5686 (diff)
downloadwanda-9941c06c33c601a3e59c008c35c6181ba8a2e7f9.tar.xz
wanda-9941c06c33c601a3e59c008c35c6181ba8a2e7f9.zip
testing: rework test code
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt9
1 files changed, 1 insertions, 8 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 3f9ce60..26e325a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -95,14 +95,7 @@ add_wanda_executable(NAME "wandac"
"CONAN_PKG::clara"
)
-add_wanda_test(NAME "wanda_core"
- SOURCES
- "core_driver.cpp"
- "test_suite_xdg.cpp"
-
- HEADERS
- "test_suite_xdg.hpp"
-
+add_wanda_test(NAME "xdg"
LIBRARIES
"wanda"
"LIB::CUTE"