瀏覽代碼

adapting for commontests

pull/8/merge^2
Groshev Dmitry 13 年之前
父節點
當前提交
a47f9f829f
共有 2 個檔案被更改,包括 7 行新增0 行删除
  1. +1
    -0
      .gitignore
  2. +6
    -0
      Makefile

+ 1
- 0
.gitignore 查看文件

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

+ 6
- 0
Makefile 查看文件

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

Loading…
取消
儲存