diff options
author | simonxu72 <simon.xu72@gmail.com> | 2018-10-16 18:37:28 +0800 |
---|---|---|
committer | simonxu72 <simon.xu72@gmail.com> | 2018-10-16 18:37:28 +0800 |
commit | 41d133856bf199034b0eeb0903bedc2071fba7e1 (patch) | |
tree | 15135eaf1501e016ec1b91b275356a0cfd92d867 /rebar.config.sample | |
parent | b81871c61809a9e5c09f54d6c8298908d18a760c (diff) | |
parent | 7bfc8110d1736d2cbf61e19d2fc16dc8e854b460 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'rebar.config.sample')
-rw-r--r-- | rebar.config.sample | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config.sample b/rebar.config.sample index be3da71..c255e49 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -144,7 +144,7 @@ %% == Escript == %% name of the main OTP application to boot -{escript_main_app, application} +{escript_main_app, application}. %% Name of the resulting escript executable {escript_name, "application"}. %% apps (other than main and deps) to be included @@ -158,7 +158,7 @@ %% == EUnit == %% eunit:test(Tests) -{eunit_tests, [{application, rebar3}]} +{eunit_tests, [{application, rebar3}]}. %% Options for eunit:test(Tests, Opts) {eunit_opts, [verbose]}. %% Additional compile options for eunit. erl_opts is also used @@ -198,7 +198,7 @@ %% Only clean, ct, compile, eunit, release, and tar can be hooked around %% runs 'clean' before 'compile' -{provider_hooks, [{pre, [{compile, clean}]}]} +{provider_hooks, [{pre, [{compile, clean}]}]}. %% == Releases == |