Add propEr to test dependencies

This commit is contained in:
Maciej Szlosarczyk 2019-05-23 15:26:17 +03:00
parent 7116f9427c
commit 23487ab663
No known key found for this signature in database
GPG key ID: 41D62D42D3B0D765
2 changed files with 4 additions and 2 deletions

View file

@ -7,6 +7,7 @@
all() -> [run_eunit].
%% Run Unit tests
%% Run Unit tests.
%% Todo: these should be property tests, not unit tests.
run_eunit(_Config) ->
ok = eunit:test(epp_util_tests).

View file

@ -16,5 +16,6 @@
{profiles, [{prod, [{relx, [{dev_mode, false},
{include_erts, true}]}]
}]
},
{test, [{deps, [proper]}]}]
}.