2018-03-29 17:34:21 +02:00
|
|
|
#include "gtest/gtest.h"
|
|
|
|
|
2018-05-12 18:28:28 +02:00
|
|
|
int main(int argc, char **argv)
|
2018-03-29 17:34:21 +02:00
|
|
|
{
|
2018-05-12 18:28:28 +02:00
|
|
|
::testing::InitGoogleTest(&argc, argv);
|
|
|
|
return RUN_ALL_TESTS();
|
2018-03-29 17:34:21 +02:00
|
|
|
}
|