diff options
| author | 3gg <3gg@shellblade.net> | 2026-04-20 18:49:45 -0700 |
|---|---|---|
| committer | 3gg <3gg@shellblade.net> | 2026-04-20 18:49:45 -0700 |
| commit | e014d3cc269c636767528f2cdd716fc6badcaa89 (patch) | |
| tree | 6bbee621b14a3f2ab552c6ca2492c0488e9680b7 /plugin | |
| parent | dadaf61c45d675f0e8b88fbc231748ad8247a736 (diff) | |
Integration with ctest
Diffstat (limited to 'plugin')
| -rw-r--r-- | plugin/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
| 33 | 33 | ||
| 34 | target_link_libraries(plugin_test | 34 | target_link_libraries(plugin_test |
| 35 | plugin | 35 | plugin |
| 36 | test) | 36 | ctest) |
| 37 | 37 | ||
| 38 | target_compile_options(plugin_test PRIVATE -DUNIT_TEST -DNDEBUG -Wall -Wextra -Wpedantic) | 38 | target_compile_options(plugin_test PRIVATE -DUNIT_TEST -DNDEBUG -Wall -Wextra -Wpedantic) |
