🧪 test(mq test case): add test case

This commit is contained in:
yangwei
2024-09-13 19:04:59 +08:00
parent c3edc5d1ce
commit 364f8c84a3
5 changed files with 1640 additions and 3 deletions

View File

@@ -0,0 +1,14 @@
add_executable(gtest_mq gtest_mq_main.cpp)
target_include_directories(gtest_mq PRIVATE ${CMAKE_SOURCE_DIR}/infra/)
target_link_libraries(
gtest_mq
mq
"-rdynamic"
gtest
gmock
)
include(GoogleTest)
gtest_discover_tests(gtest_mq)

File diff suppressed because it is too large Load Diff