🧪 test(refactor glimpse_detector test): split test plugin and test main

This commit is contained in:
yangwei
2024-08-22 11:58:07 +08:00
parent 7f96ae196a
commit 41969adee2
4 changed files with 281 additions and 279 deletions

View File

@@ -1,4 +1,4 @@
add_executable(gtest_glimpse_detector gtest_glimpse_detector_main.cpp)
add_executable(gtest_glimpse_detector gtest_glimpse_detector_main.cpp gtest_glimpse_detector_plugin.cpp)
target_include_directories(gtest_glimpse_detector PRIVATE ${CMAKE_SOURCE_DIR}/deps/)
target_include_directories(gtest_glimpse_detector PRIVATE ${CMAKE_SOURCE_DIR}/decoders/glimpse_detector)