add_executable( test_mp_basic test_basic.cpp ) target_link_libraries( test_mp_basic GTest::gtest_main ) gtest_discover_tests(test_mp_basic)