2012-05-20 00:34:02 +04:00
|
|
|
#include "tests.h"
|
|
|
|
|
|
2014-03-23 04:09:22 +04:00
|
|
|
#include "gtest/gtest.h"
|
|
|
|
|
|
|
|
|
|
int main(int argc, char** argv) {
|
|
|
|
|
::testing::InitGoogleTest(&argc, argv);
|
2014-03-22 22:03:18 +04:00
|
|
|
Test::RunAll();
|
2014-03-23 04:09:22 +04:00
|
|
|
return RUN_ALL_TESTS();
|
2012-05-20 00:34:02 +04:00
|
|
|
}
|