Skip to content

Instantly share code, notes, and snippets.

@kantoniak
Created May 6, 2017 19:45
Embed
What would you like to do?
#include <gtest/gtest.h>
int main(int argc, char **argv) {
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment