瀏覽代碼

proper is added as a dep

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

+ 2
- 0
.gitignore 查看文件

@ -2,3 +2,5 @@
*.o
*.so
ebin/jiffy.app
.eunit
deps

+ 7
- 0
rebar.config 查看文件

@ -15,3 +15,10 @@
{"darwin10.*-32$", "CXXFLAGS", "-m32"},
{"darwin10.*-32$", "LDFLAGS", "-arch i386"}
]}.
{eunit_opts, [{file, "test/props.erl"}]}.
{deps, [{proper_stdlib, ".*",
{git, "https://github.com/spawngrid/proper_stdlib.git", "master"}},
{proper, ".*",
{git, "https://github.com/manopapad/proper.git", "master"}}]}.

Loading…
取消
儲存