Explorar el Código

Merge pull request #27 from norton/norton-qc-clean

Add missing clean/2
pull/3/head
Dave Smith hace 12 años
padre
commit
7325784fb0
Se han modificado 1 ficheros con 4 adiciones y 1 borrados
  1. +4
    -1
      src/rebar_qc.erl

+ 4
- 1
src/rebar_qc.erl Ver fichero

@ -26,7 +26,7 @@
%% -------------------------------------------------------------------
-module(rebar_qc).
-export([qc/2, triq/2, eqc/2]).
-export([qc/2, triq/2, eqc/2, clean/2]).
-include("rebar.hrl").
@ -50,6 +50,9 @@ eqc(Config, _AppFile) ->
ok = load_qc_mod(eqc),
run_qc(Config, qc_opts(Config), eqc).
clean(_Config, _File) ->
rebar_file_utils:rm_rf(?QC_DIR).
%% ===================================================================
%% Internal functions
%% ===================================================================

Cargando…
Cancelar
Guardar