ultimatepp/bazaar/GoogleTestExample/main.cpp
klugier 8d56e81392 .bazaar fixed plugin/gtest memory leaks on MS Windows
git-svn-id: svn://ultimatepp.org/upp/trunk@9430 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2016-01-23 18:17:59 +00:00

8 lines
144 B
C++

#include <plugin/gtest/gtest.h>
int main(int argc, char *argv[])
{
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}