🧪 test(module manager): add basic test case

This commit is contained in:
yangwei
2024-09-14 13:25:10 +08:00
parent 1f55a6f240
commit 3ac523cbb1
3 changed files with 8 additions and 1588 deletions

View File

@@ -5,4 +5,4 @@ target_include_directories(module_manager PUBLIC ${CMAKE_SOURCE_DIR}/infra/)
target_include_directories(module_manager PUBLIC ${CMAKE_SOURCE_DIR}/deps/)
target_link_libraries(module_manager PUBLIC toml ${CMAKE_DL_LIBS})
#add_subdirectory(test)
add_subdirectory(test)

View File

@@ -1,5 +1,5 @@
add_executable(gtest_module_manager
module_manager_gtest_main.cpp
gtest_module_manager_main.cpp
)

File diff suppressed because it is too large Load Diff