You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@storm.apache.org by pt...@apache.org on 2014/03/20 22:22:31 UTC

[08/50] [abbrv] git commit: Explain how to run unit tests with Maven

Explain how to run unit tests with Maven


Project: http://git-wip-us.apache.org/repos/asf/incubator-storm/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-storm/commit/f26f5974
Tree: http://git-wip-us.apache.org/repos/asf/incubator-storm/tree/f26f5974
Diff: http://git-wip-us.apache.org/repos/asf/incubator-storm/diff/f26f5974

Branch: refs/heads/master
Commit: f26f5974437c32510bde0fdf5dcdc053b42be1f6
Parents: 0b7acda
Author: Michael G. Noll <mn...@verisign.com>
Authored: Thu Aug 29 11:23:08 2013 +0200
Committer: Michael G. Noll <mn...@verisign.com>
Committed: Thu Aug 29 11:23:08 2013 +0200

----------------------------------------------------------------------
 README.markdown | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-storm/blob/f26f5974/README.markdown
----------------------------------------------------------------------
diff --git a/README.markdown b/README.markdown
index d760516..9bb623f 100644
--- a/README.markdown
+++ b/README.markdown
@@ -43,3 +43,11 @@ mvn -f m2-pom.xml package
 ```
 
 This will package your code and all the non-Storm dependencies into a single "uberjar" at the path `target/storm-starter-{version}-jar-with-dependencies.jar`.
+
+
+### To run unit tests
+
+Use the following Maven command to run the unit tests that ship with storm-starter.  Unfortunately `lein test` does not
+yet run the included unit tests.
+
+    $ mvn -f m2-pom.xml test