integrate gtest framwork
This commit is contained in:
9
map/test/CMakeLists.txt
Normal file
9
map/test/CMakeLists.txt
Normal file
@ -0,0 +1,9 @@
|
||||
add_executable(
|
||||
test_mp_basic
|
||||
test_basic.cpp
|
||||
)
|
||||
target_link_libraries(
|
||||
test_mp_basic
|
||||
GTest::gtest_main
|
||||
)
|
||||
gtest_discover_tests(test_mp_basic)
|
Reference in New Issue
Block a user