Hello,
We are developing c++ libraries, that works on different platforms and also on Android. For Android we build static libraries, that can be used in Android application via JNI.
For library testing on Desktop system we have a set of binaries that can be run from command line. And I would like to run the same tests on Android.
To do so I rebuilt the test binary as so library for Android and use it in test application. The test application has very simple interface. It provides some options to user (like select the test that can be run, or select all tests to run consistently). Then I test this application by passing all test numbers. As a result i have some sort of automation tests. But I think such problems/questions should be solved many times.
So could you please suggest any automate tools/frameworks that will allow to run existed с++ tests automatically?
Best Regards,
Irina