Browse Source

Remove EUnit section from README

Loïc Hoguin 9 years ago
parent
commit
3669bd9d36
1 changed files with 1 additions and 11 deletions
  1. 1 11
      README.md

+ 1 - 11
README.md

@@ -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
 -----------