Skip to content

Commit

Permalink
Moves out PropEr deps to rebar.test.config
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Jul 29, 2012
1 parent afbdaaf commit e9dfab5
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rebar.config
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
%% vim: ts=2 sw=2 et ft=erlang
{deps,
[
{proper, ".*", {git, "https://github.com/manopapad/proper.git", {branch, "master"}}},
{proper_stdlib, ".*", {git, "https://github.com/spawngrid/proper_stdlib.git", {branch, "master"}}}
]}.
{lib_dirs, ["deps"]}.
{post_hooks,
[
Expand Down
12 changes: 12 additions & 0 deletions rebar.test.config
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
%% vim: ts=2 sw=2 et ft=erlang
{deps,
[
{proper, ".*", {git, "https://github.com/manopapad/proper.git", {branch, "master"}}},
{proper_stdlib, ".*", {git, "https://github.com/spawngrid/proper_stdlib.git", {branch, "master"}}}
]}.
{lib_dirs, ["deps"]}.
{post_hooks,
[
{"(linux|bsd|darwin|solaris)", compile, "./post_compile.escript"},
{"win32", compile, "escript.exe post_compile.escript"}
]}.

0 comments on commit e9dfab5

Please sign in to comment.