Explorar el Código

rebar_eunit: add tests= TODO item

pull/3/head
Tuncer Ayaz hace 12 años
padre
commit
bdee72fae8
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/rebar_eunit.erl

+ 1
- 0
src/rebar_eunit.erl Ver fichero

@ -173,6 +173,7 @@ filter_suites1(Modules, Suites) ->
[M || M <- Modules, lists:member(M, Suites)].
get_tests(Config, SuitesProvided, ModuleBeamFiles, FilteredModules) ->
%% TODO: make tests= work with no suites= provided
case SuitesProvided of
false ->
%% No specific suites have been provided, use ModuleBeamFiles

Cargando…
Cancelar
Guardar