Sfoglia il codice sorgente

Invoke eunit tests only for files in src directory

pull/144/head
Chandru Mullaparthi 9 anni fa
parent
commit
017ab585e4
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Vedi File

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

Caricamento…
Annulla
Salva