Selaa lähdekoodia

adapting for commontests

pull/8/merge^2
Groshev Dmitry 13 vuotta sitten
vanhempi
commit
a47f9f829f
2 muutettua tiedostoa jossa 7 lisäystä ja 0 poistoa
  1. +1
    -0
      .gitignore
  2. +6
    -0
      Makefile

+ 1
- 0
.gitignore Näytä tiedosto

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

+ 6
- 0
Makefile Näytä tiedosto

@ -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

Ladataan…
Peruuta
Tallenna