unit testst for utility-max3 supplied
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user