summaryrefslogtreecommitdiff
path: root/src/rebar_erlc_compiler.erl
diff options
context:
space:
mode:
authorTuncer Ayaz <tuncer.ayaz@gmail.com>2012-11-15 01:32:58 +0100
committerTuncer Ayaz <tuncer.ayaz@gmail.com>2012-11-15 01:33:26 +0100
commit6a63ab9f6c0765cdcac48f32e49596c16e6baf39 (patch)
tree1e16339968bb70ed945cee8fdc0d57a376f274d6 /src/rebar_erlc_compiler.erl
parente593a90a3ce79b1a4e8e60e5a6fee90f9ea66920 (diff)
downloadrebar-6a63ab9f6c0765cdcac48f32e49596c16e6baf39.tar.gz
rebar_erlc_compiler: fix src_dirs comment
Diffstat (limited to 'src/rebar_erlc_compiler.erl')
-rw-r--r--src/rebar_erlc_compiler.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_erlc_compiler.erl b/src/rebar_erlc_compiler.erl
index d704d2d..a63f9f4 100644
--- a/src/rebar_erlc_compiler.erl
+++ b/src/rebar_erlc_compiler.erl
@@ -117,7 +117,7 @@ clean(_Config, _AppFile) ->
test_compile(Config, Cmd, OutDir) ->
%% Obtain all the test modules for inclusion in the compile stage.
%% Notice: this could also be achieved with the following
- %% rebar.config option: {test_compile_opts, [{src_dirs, ["test"]}]}
+ %% rebar.config option: {test_compile_opts, [{src_dirs, ["src", "test"]}]}
TestErls = rebar_utils:find_files("test", ".*\\.erl\$"),
%% Copy source files to eunit dir for cover in case they are not directly