浏览代码

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

正在加载...
取消
保存