unit testst for utility-max3 supplied

This commit is contained in:
Uwe Jakobeit
2026-04-01 23:47:59 +02:00
parent a1cf78dd20
commit 2ebd691693
7 changed files with 189 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
find_package(GTest REQUIRED)
add_executable(tests filter-test.cpp)
add_executable(tests filter-test.cpp
util-test.cpp
)
target_link_libraries(tests GTest::gtest_main app_lib)
include(GoogleTest)