801bc90c5e55993c0e558f26098306047afdec45
[hope.git] / rebar_test_build.config
1 %%% -*- mode: erlang -*-
2 {clean_files, ["test/*.beam"]}.
3
4 {deps,
5 [{proper, ".*", {git, "https://github.com/manopapad/proper.git", "20e62bc32f9bd43fe2ff52944a4ef99eb71d1399"}}]
6 }.
7
8 {cover_enabled, true}.
9
10 {clean_files, ["test/*.beam"]}.
This page took 0.041731 seconds and 3 git commands to generate.