From b0003d8680669ac7c3b0ca202f9d7442d57ad42e Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 5 Sep 2023 15:03:13 +0200 Subject: tests: revice XDG unit tests --- source/tests/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 source/tests/CMakeLists.txt (limited to 'source/tests/CMakeLists.txt') 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 -- cgit v1.2.3