From e014d3cc269c636767528f2cdd716fc6badcaa89 Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Mon, 20 Apr 2026 18:49:45 -0700 Subject: Integration with ctest --- plugin/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugin') diff --git a/plugin/CMakeLists.txt b/plugin/CMakeLists.txt index 68cbe30..c132c0a 100644 --- a/plugin/CMakeLists.txt +++ b/plugin/CMakeLists.txt @@ -33,6 +33,6 @@ add_executable(plugin_test target_link_libraries(plugin_test plugin - test) + ctest) target_compile_options(plugin_test PRIVATE -DUNIT_TEST -DNDEBUG -Wall -Wextra -Wpedantic) -- cgit v1.2.3