feat: do not declare dependencies for non-test builds.
[hope.git] / rebar_test_build.config
CommitLineData
f4780d18 1%%% -*- mode: erlang -*-
461a012c 2{clean_files, ["test/*.beam"]}.
f4780d18
PO
3
4{deps,
5 [{proper, ".*", {git, "https://github.com/manopapad/proper.git", {tag, "v1.1"}}}]
6}.
8bbf6f4d
PO
7
8{cover_enabled, true}.
9
10{clean_files, ["test/*.beam"]}.
This page took 0.018978 seconds and 4 git commands to generate.