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