diff options
author | Loïc Hoguin <[email protected]> | 2015-12-24 15:16:32 +0100 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2015-12-24 15:16:32 +0100 |
commit | 3669bd9d3680ee5a353cad9a938b593248babba0 (patch) | |
tree | 016a3cd3c57b462be3d7c1c2a0b9d6879a4899c5 /README.md | |
parent | 769427de5f28751134ef9684398b1ad780113515 (diff) | |
download | erlang.mk-3669bd9d3680ee5a353cad9a938b593248babba0.tar.gz erlang.mk-3669bd9d3680ee5a353cad9a938b593248babba0.tar.bz2 erlang.mk-3669bd9d3680ee5a353cad9a938b593248babba0.zip |
Remove EUnit section from README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -181,17 +181,7 @@ 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` or -the test directory specified in `TEST_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 is empty -by default.. Note that EUnit options are specified as -a comma-separated list of options. +[Check out our upcoming user guide!](doc/src/guide/book.asciidoc) Relx plugin ----------- |