Skip to content

Instantly share code, notes, and snippets.

@kenKanata56
Created July 16, 2016 06:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kenKanata56/92e102c3aa8977ffa20d175218ebf2ce to your computer and use it in GitHub Desktop.
Save kenKanata56/92e102c3aa8977ffa20d175218ebf2ce to your computer and use it in GitHub Desktop.
#include <gtest/gtest.h>
#include <iostream>
using namespace std;
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