diff --git a/tests/main_test.cpp b/tests/main_test.cpp index 3f12dff..2e0fbe2 100644 --- a/tests/main_test.cpp +++ b/tests/main_test.cpp @@ -5,13 +5,13 @@ #include "test.h" -static const char* s_argv[] = { "bx.test" }; - int runAllTests(int _argc, const char* _argv[]); #if BX_PLATFORM_ANDROID # include +static const char* s_argv[] = { "bx.test" }; + void ANativeActivity_onCreate(ANativeActivity*, void*, size_t) { exit(runAllTests(BX_COUNTOF(s_argv), s_argv) );