Ver a proveniência

Invoke eunit tests only for files in src directory

pull/144/head
Chandru Mullaparthi há 9 anos
ascendente
cometimento
017ab585e4
1 ficheiros alterados com 1 adições e 1 eliminações
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Ver ficheiro

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

Carregando…
Cancelar
Guardar