forked from emqx/emqx-retainer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5059bef
commit d558591
Showing
2 changed files
with
211 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,9 @@ BUILD_DEPS = emqx cuttlefish | |
dep_emqx = git https://github.com/emqtt/emqttd emqx30 | ||
dep_cuttlefish = git https://github.com/emqx/cuttlefish | ||
|
||
TEST_DEPS = emqx_ct_helpers | ||
TEST_DEPS = emqx_ct_helpers emqx_management | ||
dep_emqx_ct_helpers = git https://github.com/emqx/emqx-ct-helpers | ||
dep_emqx_management = git https://github.com/emqx/emqx-management emqx30 | ||
|
||
NO_AUTOPATCH = cuttlefish | ||
|
||
|
@@ -16,6 +17,12 @@ ERLC_OPTS += +warnings_as_errors +warn_export_all +warn_unused_import | |
|
||
TEST_ERLC_OPTS += +debug_info | ||
|
||
EUNIT_OPTS = verbose | ||
|
||
CT_SUITES = emqx_retainer | ||
|
||
CT_OPTS = -cover test/ct.cover.spec -erl_args -name [email protected] | ||
|
||
COVER = true | ||
|
||
include erlang.mk | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters