aboutsummaryrefslogtreecommitdiff
path: root/source/tests/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2023-09-05 15:03:13 +0200
committerFelix Morgner <felix.morgner@gmail.com>2023-09-05 15:03:13 +0200
commitb0003d8680669ac7c3b0ca202f9d7442d57ad42e (patch)
treeb77149f000ba1e6685c90afe3d2677bf8bae5d5d /source/tests/CMakeLists.txt
parentd49757887e4161e664fe30649c1c9f31a0338bdf (diff)
downloadwanda-b0003d8680669ac7c3b0ca202f9d7442d57ad42e.tar.xz
wanda-b0003d8680669ac7c3b0ca202f9d7442d57ad42e.zip
tests: revice XDG unit tests
Diffstat (limited to 'source/tests/CMakeLists.txt')
-rw-r--r--source/tests/CMakeLists.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/source/tests/CMakeLists.txt b/source/tests/CMakeLists.txt
new file mode 100644
index 0000000..57961c1
--- /dev/null
+++ b/source/tests/CMakeLists.txt
@@ -0,0 +1,6 @@
+find_package("Catch2")
+
+include("Catch")
+enable_testing()
+
+add_subdirectory("lib/system") \ No newline at end of file