瀏覽代碼

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

Loading…
取消
儲存