aboutsummaryrefslogtreecommitdiff
path: root/test/ui/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/ui/CMakeLists.txt')
-rw-r--r--test/ui/CMakeLists.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/ui/CMakeLists.txt b/test/ui/CMakeLists.txt
index 66a7cd27..e69de29b 100644
--- a/test/ui/CMakeLists.txt
+++ b/test/ui/CMakeLists.txt
@@ -1,6 +0,0 @@
-add_executable(CruUiTest
- DeleteLaterTest.cpp
-)
-target_link_libraries(CruUiTest PRIVATE CruUi CruTestBase)
-
-cru_catch_discover_tests(CruUiTest)