Ver a proveniência

adapting for commontests

pull/8/merge^2
Groshev Dmitry há 13 anos
ascendente
cometimento
a47f9f829f
2 ficheiros alterados com 7 adições e 0 eliminações
  1. +1
    -0
      .gitignore
  2. +6
    -0
      Makefile

+ 1
- 0
.gitignore Ver ficheiro

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

+ 6
- 0
Makefile Ver ficheiro

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

Carregando…
Cancelar
Guardar