2008-09-04 02:20:39 +04:00
|
|
|
#include "tests.h"
|
|
|
|
|
2014-03-23 04:06:46 +04:00
|
|
|
#include "gtest/gtest.h"
|
|
|
|
|
|
|
|
int main(int argc, char** argv) {
|
|
|
|
::testing::InitGoogleTest(&argc, argv);
|
2014-03-22 21:49:16 +04:00
|
|
|
Test::RunAll();
|
2014-03-23 04:06:46 +04:00
|
|
|
return RUN_ALL_TESTS();
|
2008-09-04 02:20:39 +04:00
|
|
|
}
|