🧪 test(module manager): add basic test case
This commit is contained in:
@@ -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_include_directories(module_manager PUBLIC ${CMAKE_SOURCE_DIR}/deps/)
|
||||||
target_link_libraries(module_manager PUBLIC toml ${CMAKE_DL_LIBS})
|
target_link_libraries(module_manager PUBLIC toml ${CMAKE_DL_LIBS})
|
||||||
|
|
||||||
#add_subdirectory(test)
|
add_subdirectory(test)
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
add_executable(gtest_module_manager
|
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
Reference in New Issue
Block a user