Skip to content

Commit 23abbd0

Browse files
committed
add note about updating profiles in rebar.config
1 parent 2f338ad commit 23abbd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

priv/templates/ct-suite.template

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
{name, "myapp", "Name of the Common Test suite to create"}
44
]}.
55
{template, "ct_suite.erl", "test/{{name}}_SUITE.erl"}.
6-
{message, "Run all test suites:\n\n\trebar3 ct\n\nRun individual suite with:\n\n\trebar3 ct --suite=test/{{name}}_SUITE"}.
6+
{message, "Add this to your rebar.config:\n\n\t{profiles, [{test, [{erl_opts, [nowarn_export_all]}]}]}.\n\nTo run all test suites:\n\n\trebar3 ct\n\nRun individual suite with:\n\n\trebar3 ct --suite=test/{{name}}_SUITE"}.

0 commit comments

Comments
 (0)