CB-12859: document how to run the native tests. add a README to the test/ project.

This commit is contained in:
filmaj
2017-05-25 20:54:25 +02:00
parent 2bc842a2b3
commit 0cc3df3747
2 changed files with 64 additions and 0 deletions

View File

@@ -62,3 +62,9 @@ These commands live in a generated Cordova Android project. Any interactions wit
1. Create a project
2. Import it via "Non-Android Studio Project"
## Running the Native Tests
The `test/` directory in this project contains an Android test project that can
be used to run different kinds of native tests. Check out the
[README contained therein](test/README.md) for more details!