openh264/test/simple_test.cpp

8 lines
131 B
C++
Raw Normal View History

2013-12-12 03:56:52 +01:00
#include <gtest/gtest.h>
int main (int argc, char** argv) {
testing::InitGoogleTest (&argc, argv);
2013-12-12 03:56:52 +01:00
return RUN_ALL_TESTS();
}