From a01e1ae20cbc657f24a752e8b210349f13cb32d2 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Wed, 11 May 2016 12:11:22 +0000 Subject: [PATCH] --- development-workflow.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/development-workflow.md b/development-workflow.md index b995337..8d0b07f 100644 --- a/development-workflow.md +++ b/development-workflow.md @@ -30,14 +30,14 @@ * Run the tests before putting a branch up for review * To run the tests in Android Studio: - * Select 'Run > Edit Configurations' from the menu - * Click '+' and select 'JUnit' - * Set 'Test kind' to 'All in package' - * Set 'Search for tests' to 'Across module dependencies' - * Set 'VM options' to '-Djava.library.path=../briar-desktop/libs' - * Set 'Use classpath of module' to 'briar-android' - * Click 'OK' to create the run configuration -* To run the tests from the command line: + * Select `Run > Edit Configurations` from the menu + * Click `+` and select `JUnit` + * Set `Test kind` to `All in package` + * Set `Search for tests` to `Across module dependencies` + * Set `VM options` to `-Djava.library.path=../briar-desktop/libs` + * Set `Use classpath of module` to `briar-android` + * Click `OK` to create the run configuration +* Alternatively, to run the tests from the command line: * `./gradlew test --continue` ## Issues