test: fix test by adding dependency

This commit is contained in:
Kjell Winblad 2024-04-09 11:38:35 +02:00
parent 958748cf7f
commit 3898950017
1 changed files with 4 additions and 2 deletions

View File

@ -46,7 +46,8 @@
{meck, "0.9.2"},
{proper, "1.4.0"},
{bbmustache, "1.10.0"},
{emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.10.0"}}}
{emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.10.0"}}},
{emqx_rule_engine, {path, "../emqx_rule_engine"}}
]},
{extra_src_dirs, [
{"test", [recursive]},
@ -58,7 +59,8 @@
{meck, "0.9.2"},
{proper, "1.4.0"},
{bbmustache, "1.10.0"},
{emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.9.7"}}}
{emqtt, {git, "https://github.com/emqx/emqtt", {tag, "1.9.7"}}},
{emqx_rule_engine, {path, "../emqx_rule_engine"}}
]},
{extra_src_dirs, [{"test", [recursive]}]}
]}