aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/README.md b/README.md
index bec67d9..88f6223 100644
--- a/README.md
+++ b/README.md
@@ -180,6 +180,11 @@ the same folder as expected.
documented in one place; follow the links to get to the options for
the various operations of the documentation generation.
+`TEST_ERLC_OPTS` allows you to change the `erlc` compilation
+options that are used for building the project for testing, but
+also the tests themselves. Unlike `ERLC_OPTS` it doesn't consider
+warnings to be errors and does not warn when `export_all` is used.
+
`CT_SUITES` is the list of common_test suites to run when you use
the `make tests` command. If your suite module is named `ponies_SUITE`
then you only need to put `ponies` in the list.