mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 23:33:05 +04:00
android -> plarforms/android
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#include <gtest/gtest.h>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
Reference in New Issue
Block a user