|
|
@@ -41,6 +41,16 @@
|
|
|
{extra_src_dirs, [{"etc", [recursive]}]}.
|
|
|
{profiles, [
|
|
|
{test, [
|
|
|
+ {deps, [
|
|
|
+ {meck, "0.9.2"},
|
|
|
+ {proper, "1.4.0"},
|
|
|
+ {bbmustache, "1.10.0"},
|
|
|
+ {emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.8.6"}}}
|
|
|
+ ]},
|
|
|
+ {extra_src_dirs, [{"test", [recursive]},
|
|
|
+ {"integration_test", [recursive]}]}
|
|
|
+ ]},
|
|
|
+ {standalone_test, [
|
|
|
{deps, [
|
|
|
{meck, "0.9.2"},
|
|
|
{proper, "1.4.0"},
|