aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorSedrik <[email protected]>2014-07-10 22:05:10 +0200
committerSedrik <[email protected]>2014-07-24 16:38:51 +0200
commit2fa298126ef0a338be67f2f59d3c15963dc30f8c (patch)
tree670cf618515f73bd829ff9a82c3bf050a3ac0e1b /README.md
parente281311f7d08dabf969cf1fd0b5f35f8788c1c9d (diff)
downloaderlang.mk-2fa298126ef0a338be67f2f59d3c15963dc30f8c.tar.gz
erlang.mk-2fa298126ef0a338be67f2f59d3c15963dc30f8c.tar.bz2
erlang.mk-2fa298126ef0a338be67f2f59d3c15963dc30f8c.zip
Autodetect CT SUITES
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 88f6223..de968d5 100644
--- a/README.md
+++ b/README.md
@@ -186,8 +186,9 @@ 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.
+the `make tests` command. The default behaviour is to autodetect your
+common_test suites. If you only want to run the tests in `ponies_SUITE`
+you should set this variable to `ponies`.
`CT_OPTS` allows you to specify extra common_test options.