Skip to content
This repository has been archived by the owner on Apr 25, 2024. It is now read-only.

Add missing :test and tip #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.org
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,20 @@
It is also possible to use droid-test manually. You have to issue the
following shell command:

: java coa.droid_test.internal.TestRunner -mode <mode> <list-of-test-namespaces>
: java coa.droid_test.internal.TestRunner -mode <mode> :test <list-of-test-namespaces>

`<mode>` should be either `clojuretest`, `expectations` or `speclj`. If
`-mode` option is not provided, `clojuretest` is assumed. List of test
namespaces should be separated by space. It goes without saying that Clojure,
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
Expand Down