Skip to content
This repository was archived by the owner on Apr 4, 2025. It is now read-only.

Latest commit

 

History

History
 
 

Run tests

Unit

Notice: currently not possible - read explanation

ndkDir=$(pwd)/react-ndk/all/x86_64 \
  JAVA_OPTS="-Djava.library.path=\".:$ndkDir\"" \
  LD_LIBRARY_PATH="$ndkDir:$LD_LIBRARY_PATH" ./gradlew lib:test

Instrumented

Test, that run on android device can be run from Android Studio.