openmw/apps/opencs_tests/main.cpp

8 lines
133 B
C++
Raw Permalink Normal View History

2023-03-10 01:19:15 +01:00
#include <gtest/gtest.h>
int main(int argc, char* argv[])
{
testing::InitGoogleTest(&argc, argv);
return RUN_ALL_TESTS();
}