From de4a803de605cc9bdfb5e340202346df40a3d04f Mon Sep 17 00:00:00 2001 From: satchit8 Date: Tue, 22 Nov 2016 12:20:28 +0000 Subject: [PATCH] Add missing :test and tip --- README.org | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 3cde429..09c54a7 100644 --- a/README.org +++ b/README.org @@ -19,7 +19,7 @@ It is also possible to use droid-test manually. You have to issue the following shell command: - : java coa.droid_test.internal.TestRunner -mode + : java coa.droid_test.internal.TestRunner -mode :test `` should be either `clojuretest`, `expectations` or `speclj`. If `-mode` option is not provided, `clojuretest` is assumed. List of test @@ -27,6 +27,12 @@ Robolectric, JUnit, droid-test, and test namespaces themselves should be on the classpath for this command to work. + Tip: Examining the output of the following command with a checkout of + [[https://github.com/clojure-android/neko][clojure-android/neko]] may give an example of + a fully spelled out invocation: + + : DEBUG=1 lein with-profile local-repl droid local-test + ** License Copyright © 2015 Alexander Yakushev. Distributed under the Eclipse Public