diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-09-05 15:03:13 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-09-05 15:03:13 +0200 |
| commit | b0003d8680669ac7c3b0ca202f9d7442d57ad42e (patch) | |
| tree | b77149f000ba1e6685c90afe3d2677bf8bae5d5d /source/tests/lib/system/CMakeLists.txt | |
| parent | d49757887e4161e664fe30649c1c9f31a0338bdf (diff) | |
| download | wanda-b0003d8680669ac7c3b0ca202f9d7442d57ad42e.tar.xz wanda-b0003d8680669ac7c3b0ca202f9d7442d57ad42e.zip | |
tests: revice XDG unit tests
Diffstat (limited to 'source/tests/lib/system/CMakeLists.txt')
| -rw-r--r-- | source/tests/lib/system/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/tests/lib/system/CMakeLists.txt b/source/tests/lib/system/CMakeLists.txt new file mode 100644 index 0000000..ba0ff1a --- /dev/null +++ b/source/tests/lib/system/CMakeLists.txt @@ -0,0 +1,11 @@ +add_executable("wanda-tests-system" + "src/xdg.cpp" +) + +target_link_libraries("wanda-tests-system" + "wanda::system" + + "Catch2::Catch2WithMain" +) + +catch_discover_tests("wanda-tests-system")
\ No newline at end of file |
