From b12e0ba49e10e5a511889acf4b6494d18a324194 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 8 Sep 2023 14:45:54 +0200 Subject: wandac: add tests for the CLI --- source/tests/app/wandac/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 source/tests/app/wandac/CMakeLists.txt (limited to 'source/tests/app/wandac/CMakeLists.txt') 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 -- cgit v1.2.3