20 #include <gtest/gtest.h>
25 int main (
int argc,
char **argv )
27 ::testing::InitGoogleTest ( &argc, argv );
29 ::testing::GTEST_FLAG ( shuffle ) =
true;
31 return RUN_ALL_TESTS();
int main(int argc, char **argv)
Main method to run all tests registered with google test.