Skip to content

Commit

Permalink
add note about updating profiles in rebar.config
Browse files Browse the repository at this point in the history
  • Loading branch information
tsloughter committed May 9, 2019
1 parent 2f338ad commit 23abbd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/ct-suite.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
{name, "myapp", "Name of the Common Test suite to create"}
]}.
{template, "ct_suite.erl", "test/{{name}}_SUITE.erl"}.
{message, "Run all test suites:\n\n\trebar3 ct\n\nRun individual suite with:\n\n\trebar3 ct --suite=test/{{name}}_SUITE"}.
{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 comments on commit 23abbd0

Please sign in to comment.