From 6933a370fe4719e6f04083a79a8788a544702080 Mon Sep 17 00:00:00 2001 From: akwizgran Date: Wed, 11 May 2016 12:09:48 +0000 Subject: [PATCH] --- development-workflow.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development-workflow.md b/development-workflow.md index 5d886c6..b995337 100644 --- a/development-workflow.md +++ b/development-workflow.md @@ -35,7 +35,7 @@ * 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-tests' + * Set 'Use classpath of module' to 'briar-android' * Click 'OK' to create the run configuration * To run the tests from the command line: * `./gradlew test --continue`