mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-16 20:43:47 +02:00
Add propEr to test dependencies
This commit is contained in:
parent
7116f9427c
commit
23487ab663
2 changed files with 4 additions and 2 deletions
|
@ -7,6 +7,7 @@
|
||||||
|
|
||||||
all() -> [run_eunit].
|
all() -> [run_eunit].
|
||||||
|
|
||||||
%% Run Unit tests
|
%% Run Unit tests.
|
||||||
|
%% Todo: these should be property tests, not unit tests.
|
||||||
run_eunit(_Config) ->
|
run_eunit(_Config) ->
|
||||||
ok = eunit:test(epp_util_tests).
|
ok = eunit:test(epp_util_tests).
|
||||||
|
|
|
@ -16,5 +16,6 @@
|
||||||
|
|
||||||
{profiles, [{prod, [{relx, [{dev_mode, false},
|
{profiles, [{prod, [{relx, [{dev_mode, false},
|
||||||
{include_erts, true}]}]
|
{include_erts, true}]}]
|
||||||
}]
|
},
|
||||||
|
{test, [{deps, [proper]}]}]
|
||||||
}.
|
}.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue