From e407838bab16038951a4f5489bdf8737116c775d Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Sun, 13 Feb 2011 18:11:29 +0100 Subject: Document eunit_first_files --- rebar.config.sample | 3 +++ 1 file changed, 3 insertions(+) diff --git a/rebar.config.sample b/rebar.config.sample index 8954c15..184c16d 100644 --- a/rebar.config.sample +++ b/rebar.config.sample @@ -86,6 +86,9 @@ %% 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}. -- cgit v1.1