Procházet zdrojové kódy

Invoke eunit tests only for files in src directory

pull/144/head
Chandru Mullaparthi před 9 roky
rodič
revize
017ab585e4
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile Zobrazit soubor

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

Načítá se…
Zrušit
Uložit