OMGPL/tests/MainTest.cpp

8 lines
97 B
C++
Raw Normal View History

2021-12-09 16:33:51 +00:00
#include <gtest/gtest.h>
int main() {
testing::InitGoogleTest();
return RUN_ALL_TESTS();
}