1
0
Fork 0
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:
Tuncer Ayaz 2012-11-15 01:32:58 +01:00
parent e593a90a3c
commit 6a63ab9f6c

View file

@ -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