| Jul | AUG | Sep |
| 20 | ||
| 2019 | 2020 | 2021 |
COLLECTED BY
Collection: github.com
GTest::gtest
●GTest::gtest_main
●GTest::gmock
●GTest::gmock_main
This targets should also be available when adding gtest with add_subdirectory (orFetchContent), because this should behave the same way as adding GTest with find_package. So somewhere, we should add the aliases to these targets, i.e.
add_library(GTest::gtest ALIAS
Read more
good first issue
Game Bytes
Popular topic
#
Upcoming event recommended by GitHub
Sep
18
private static final String INPUT_VIDEO_STREAM_NAME = "input_video";
processor.addPacketCallback(INPUT_VIDEO_STREAM_NAME, (packet)->{
Read more
android
good first issue
Trending repository
TEMPLATE_LIST_TEST_CASE and TEMPLATE_LIST_TEST_CASE_METHOD were added, the corresponding versions with the CATCH_ prefix were missed.
Expected behavior
CATCH_TEMPLATE_LIST_TEST_CASE and CATCH_TEMPLATE_LIST_TEST_CASE_METHOD should be available.
Additional context
The commit that added TEMPLATE_LIST_TEST_CASE and `TEMPLATE_LIST_TEST_CASE_MET
Read more
Good First Issue
Trending repository