diff options
author | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-15 01:32:58 +0100 |
---|---|---|
committer | Tuncer Ayaz <tuncer.ayaz@gmail.com> | 2012-11-15 01:33:26 +0100 |
commit | 6a63ab9f6c0765cdcac48f32e49596c16e6baf39 (patch) | |
tree | 1e16339968bb70ed945cee8fdc0d57a376f274d6 | |
parent | e593a90a3ce79b1a4e8e60e5a6fee90f9ea66920 (diff) |
rebar_erlc_compiler: fix src_dirs comment
-rw-r--r-- | src/rebar_erlc_compiler.erl | 2 |
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 |