pgLab/tests/auto/mycase/main.cpp

10 lines
154 B
C++
Raw Normal View History

2017-02-11 08:08:50 +01:00
#include "tst_mycase.h"
#include <gtest/gtest.h>
int main(int argc, char *argv[])
{
::testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}