Explorar el Código

Invoke eunit tests only for files in src directory

pull/144/head
Chandru Mullaparthi hace 9 años
padre
commit
017ab585e4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver fichero

@ -29,7 +29,7 @@ old_tests:
eunit:
@echo "====================================================="
@echo "Running eunit tests..."
$(REBAR) eunit
$(REBAR) eunit --dir="src"
xref: all
$(REBAR) xref

Cargando…
Cancelar
Guardar