formalang/tests/MainTest.cpp

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

2021-09-24 13:34:56 +00:00
#include <gtest/gtest.h>
int main() {
testing::InitGoogleTest();
return RUN_ALL_TESTS();
}