aboutsummaryrefslogtreecommitdiff
path: root/source/tests/lib/system/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'source/tests/lib/system/CMakeLists.txt')
-rw-r--r--source/tests/lib/system/CMakeLists.txt11
1 files changed, 0 insertions, 11 deletions
diff --git a/source/tests/lib/system/CMakeLists.txt b/source/tests/lib/system/CMakeLists.txt
deleted file mode 100644
index a33c495..0000000
--- a/source/tests/lib/system/CMakeLists.txt
+++ /dev/null
@@ -1,11 +0,0 @@
-add_executable("wanda-tests-system"
- "src/xdg.cpp"
-)
-
-target_link_libraries("wanda-tests-system" PRIVATE
- "wanda::system"
-
- "Catch2::Catch2WithMain"
-)
-
-catch_discover_tests("wanda-tests-system") \ No newline at end of file