aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2014-12-21 22:50:51 +0200
committerLoïc Hoguin <[email protected]>2014-12-21 22:50:51 +0200
commit0f4fbea3715d07ab6e88e1718c997ce5befea538 (patch)
tree5d648c2cef89771a815ce4e54134877767f89a3e /README.md
parent1cea2ce79b5ec9b671d24f0628fa2b78a95b772c (diff)
parent3e46335601b6dce4e9a67d2d9ced710d68ed679f (diff)
downloaderlang.mk-0f4fbea3715d07ab6e88e1718c997ce5befea538.tar.gz
erlang.mk-0f4fbea3715d07ab6e88e1718c997ce5befea538.tar.bz2
erlang.mk-0f4fbea3715d07ab6e88e1718c997ce5befea538.zip
Merge branch 'eunit' of https://github.com/efcasado/erlang.mk
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/README.md b/README.md
index ca902d7..9b3ecbb 100644
--- a/README.md
+++ b/README.md
@@ -396,6 +396,23 @@ There are a number of optional configuration parameters:
Refer to http://www.erlang.org/doc/man/escript.html for
more information on `escript` functionality in general.
+EUnit plugin
+------------
+
+This plugin is available by default. It adds the following
+target:
+
+`eunit` which runs all the EUnit tests found in `ebin` and
+any of the additional EUnit directories specified in
+`EUNIT_DIR`.
+
+`EUNIT_OPTS` can be used to specify EUnit-specific options
+(e.g. `verbose`) that will be used when calling
+`eunit:test/2`. This configuration parameter defaults to
+`verbose`. Note
+that EUnit options are specified as a comma-separated
+list of options.
+
Relx plugin
-----------