소스 검색

Invoke eunit tests only for files in src directory

pull/144/head
Chandru Mullaparthi 9 년 전
부모
커밋
017ab585e4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile 파일 보기

@ -29,7 +29,7 @@ old_tests:
eunit:
@echo "====================================================="
@echo "Running eunit tests..."
$(REBAR) eunit
$(REBAR) eunit --dir="src"
xref: all
$(REBAR) xref

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