🧪 test(mq test case): add test case
This commit is contained in:
14
infra/mq/test/CMakeLists.txt
Normal file
14
infra/mq/test/CMakeLists.txt
Normal 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)
|
||||
1619
infra/mq/test/gtest_mq_main.cpp
Normal file
1619
infra/mq/test/gtest_mq_main.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user