aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorEnrique Fernandez <[email protected]>2014-12-15 15:14:58 +0100
committerEnrique Fernandez <[email protected]>2014-12-21 17:37:21 +0100
commit3e46335601b6dce4e9a67d2d9ced710d68ed679f (patch)
tree8dd5f8337a031ebfe95569399ae7c6df24fac111 /README.md
parent604b98dfa81ba14f2359e5b2933fef00929890b3 (diff)
downloaderlang.mk-3e46335601b6dce4e9a67d2d9ced710d68ed679f.tar.gz
erlang.mk-3e46335601b6dce4e9a67d2d9ced710d68ed679f.tar.bz2
erlang.mk-3e46335601b6dce4e9a67d2d9ced710d68ed679f.zip
Add EUnit plugin
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 df87bf3..01bda9b 100644
--- a/README.md
+++ b/README.md
@@ -385,6 +385,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
-----------