mirror of
https://github.com/correl/rebar.git
synced 2025-04-03 09:19:02 -09:00
rebar_erlc_compiler: fix src_dirs comment
This commit is contained in:
parent
e593a90a3c
commit
6a63ab9f6c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue