소스 검색

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 ebin/jiffy.app
.eunit .eunit
deps deps
logs

+ 6
- 0
Makefile 파일 보기

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

불러오는 중...
취소
저장