Skip to content

Instantly share code, notes, and snippets.

@kantoniak
Created May 6, 2017 19:45
Show Gist options
  • Save kantoniak/9ce26ece9b59e2aa9296d97b0ff1b319 to your computer and use it in GitHub Desktop.
Save kantoniak/9ce26ece9b59e2aa9296d97b0ff1b319 to your computer and use it in GitHub Desktop.
#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