2012-08-15 07:16:52 +00:00
|
|
|
#include "common/common_pch.h"
|
|
|
|
|
|
|
|
#include "tests/unit/init.h"
|
|
|
|
|
|
|
|
int
|
|
|
|
main(int argc,
|
|
|
|
char **argv) {
|
|
|
|
::testing::InitGoogleTest(&argc, argv);
|
2014-04-19 20:38:51 +00:00
|
|
|
::mtxut::init_suite(argv[0]);
|
2012-08-15 07:16:52 +00:00
|
|
|
return RUN_ALL_TESTS();
|
|
|
|
}
|