Running couchbase-lite-C tests on Android

How are you running the tests for couchbase-lite-C on Android? I could only find instructions for Windows and Unix.

I’m searching especially for the methodology, not necessarily the step by step instructions if they are not available.

We don’t run the test suite in the repo on Android because there is not a really sane way to do it. Instead we run a functional testing suite with it that uses python to orchestrate and an in house testing application. That being said it is technically possible to run on Android if you adb push it the testing binary along with the required libcblite and set LD_LIBRARY_PATH.