Przeglądaj źródła

adapting for commontests

pull/8/merge^2
Groshev Dmitry 13 lat temu
rodzic
commit
a47f9f829f
2 zmienionych plików z 7 dodań i 0 usunięć
  1. +1
    -0
      .gitignore
  2. +6
    -0
      Makefile

+ 1
- 0
.gitignore Wyświetl plik

@ -4,3 +4,4 @@
ebin/jiffy.app
.eunit
deps
logs

+ 6
- 0
Makefile Wyświetl plik

@ -9,3 +9,9 @@ build: c_src/decoder.c
check: test/etap.beam test/util.beam
prove test/*.t
clean:
rm -rf logs .eunit
ct:
./rebar ct skip_deps=true verbose=1

Ładowanie…
Anuluj
Zapisz