diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-09-08 14:45:54 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-09-08 14:45:54 +0200 |
| commit | b12e0ba49e10e5a511889acf4b6494d18a324194 (patch) | |
| tree | 375b2704b26499c50d0cbee356e901d5b393a902 /source/tests/app/wandac/CMakeLists.txt | |
| parent | bbda83f674a97e80cf89bff3d12737dd5ecc3243 (diff) | |
| download | wanda-b12e0ba49e10e5a511889acf4b6494d18a324194.tar.xz wanda-b12e0ba49e10e5a511889acf4b6494d18a324194.zip | |
wandac: add tests for the CLI
Diffstat (limited to 'source/tests/app/wandac/CMakeLists.txt')
| -rw-r--r-- | source/tests/app/wandac/CMakeLists.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/tests/app/wandac/CMakeLists.txt b/source/tests/app/wandac/CMakeLists.txt new file mode 100644 index 0000000..ab07030 --- /dev/null +++ b/source/tests/app/wandac/CMakeLists.txt @@ -0,0 +1,11 @@ +add_executable("wanda-tests-wandac" + "src/cli.cpp" +) + +target_link_libraries("wanda-tests-wandac" PRIVATE + "${PROJECT_NAME}c-components" + + "Catch2::Catch2WithMain" +) + +catch_discover_tests("wanda-tests-wandac")
\ No newline at end of file |
