opencv/platforms/android/service/engine/jni/Tests/TestMain.cpp

8 lines
134 B
C++
Raw Normal View History

2012-06-21 22:50:05 +08:00
#include <gtest/gtest.h>
int main(int argc, char **argv)
{
::testing::InitGoogleTest(&argc, argv);
2012-06-21 22:50:05 +08:00
return RUN_ALL_TESTS();
2013-08-21 21:26:54 +08:00
}