mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-21 15:19:53 +01:00
@@ -30,14 +30,14 @@
|
|||||||
|
|
||||||
* Run the tests before putting a branch up for review
|
* Run the tests before putting a branch up for review
|
||||||
* To run the tests in Android Studio:
|
* To run the tests in Android Studio:
|
||||||
* Select 'Run > Edit Configurations' from the menu
|
* Select `Run > Edit Configurations` from the menu
|
||||||
* Click '+' and select 'JUnit'
|
* Click `+` and select `JUnit`
|
||||||
* Set 'Test kind' to 'All in package'
|
* Set `Test kind` to `All in package`
|
||||||
* Set 'Search for tests' to 'Across module dependencies'
|
* Set `Search for tests` to `Across module dependencies`
|
||||||
* Set 'VM options' to '-Djava.library.path=../briar-desktop/libs'
|
* Set `VM options` to `-Djava.library.path=../briar-desktop/libs`
|
||||||
* Set 'Use classpath of module' to 'briar-android'
|
* Set `Use classpath of module` to `briar-android`
|
||||||
* Click 'OK' to create the run configuration
|
* Click `OK` to create the run configuration
|
||||||
* To run the tests from the command line:
|
* Alternatively, to run the tests from the command line:
|
||||||
* `./gradlew test --continue`
|
* `./gradlew test --continue`
|
||||||
|
|
||||||
## Issues
|
## Issues
|
||||||
|
|||||||
Reference in New Issue
Block a user