Files
freeswitch/libs/libvpx/test/test_rc_interface.cc
2026-07-10 19:38:46 +03:00

7 lines
165 B
C++

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