summaryrefslogtreecommitdiff
path: root/rebar.config.sample
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-26 17:15:01 +0200
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-07-26 17:15:01 +0200
commit228f39efa19fcd96f299e4509873b91a7447a55f (patch)
tree7df6d94de8df467fb8ea1ac8499db6f0e38d934b /rebar.config.sample
parent093f160be521290b783e8edaebbe7a9ee4c270a3 (diff)
downloadrebar-228f39efa19fcd96f299e4509873b91a7447a55f.tar.gz
Rename old eunit compile options for consistency with test-compile
Diffstat (limited to 'rebar.config.sample')
-rw-r--r--rebar.config.sample13
1 files changed, 7 insertions, 6 deletions
diff --git a/rebar.config.sample b/rebar.config.sample
index 9082808..1cd85be 100644
--- a/rebar.config.sample
+++ b/rebar.config.sample
@@ -22,6 +22,13 @@
{platform_define, "(linux|freebsd)", 'BACKLOG', 128},
{platform_define, "R13", 'old_inets'}]}.
+%% Additional compile options for test-compile. erl_opts is also used
+{test_compile_opts, []}.
+
+%% Same as erl_first_files, but used only when running 'test-compile', 'eunit',
+%% or 'qc'
+{test_first_files, []}.
+
%% MIB Options?
{mib_opts, []}.
@@ -65,12 +72,6 @@
%% Options for eunit:test()
{eunit_opts, []}.
-%% Additional compile options for eunit. erl_opts from above is also used
-{eunit_compile_opts, []}.
-
-%% Same as erl_first_files, but used only when running 'eunit'
-{eunit_first_files, []}.
-
%% Whether to enable coverage reporting. Default is `false'
{cover_enabled, false}.