supercell-wx/test/source/scwx/wxtest.cpp
2021-06-11 20:31:10 -05:00

7 lines
132 B
C++

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