Sign in
android
/
platform
/
external
/
libvpx
/
refs/heads/android14-platform-release
/
.
/
test
/
test_rc_interface.cc
blob: ec75700f732fdf1e445c9e2c256a623869ece995 [
file
] [
edit
]
#include
"third_party/googletest/src/include/gtest/gtest.h"
int
main
(
int
argc
,
char
**
argv
)
{
::
testing
::
InitGoogleTest
(&
argc
,
argv
);
return
RUN_ALL_TESTS
();
}