Go to the source code of this file.
◆ main()
int main |
( |
int | argc, |
|
|
char ** | argv ) |
Definition at line 31 of file unittest.cpp.
31 {
33
35
36#ifdef _MSC_VER
37 _CrtMemState memoryState = { 0 };
38 (void)memoryState;
39 _CrtMemCheckpoint(&memoryState);
40
41
42#endif
43
45
46#ifdef _MSC_VER
47
48 _CrtMemDumpAllObjectsSince(&memoryState);
49#endif
51}
#define RAPIDJSON_VERSION_STRING
Version of RapidJSON in "<major>.<minor>.<patch>" string format.
int RUN_ALL_TESTS() GTEST_MUST_USE_RESULT_
GTEST_API_ void InitGoogleTest(int *argc, char **argv)