scclib
Stable Cloud Computing C++ Library
util
unittest
main.cc
1
#include <gtest/gtest.h>
2
3
int
main(
int
argc,
char
**argv)
4
{
5
testing::InitGoogleTest(&argc, argv);
6
7
return
RUN_ALL_TESTS();
8
}
Generated by
1.9.1