Skip to content

Commit c470c25

Browse files
Merge pull request #16230 from rabbitmq/mk-meck-proper-test-deps
Update `TEST_DEPS` in a few plugins to include `proper`, `meck`
2 parents 0369841 + b55646c commit c470c25

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

deps/rabbitmq_exchange_federation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ define PROJECT_APP_EXTRA_KEYS
1515
endef
1616

1717
DEPS = rabbit_common rabbit amqp_client rabbitmq_federation_common
18-
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
18+
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers meck
1919

2020
PLT_APPS += rabbitmq_cli
2121

deps/rabbitmq_queue_federation/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ define PROJECT_APP_EXTRA_KEYS
1414
endef
1515

1616
DEPS = rabbit_common rabbit amqp_client rabbitmq_federation_common
17-
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers
17+
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers meck
1818

1919
PLT_APPS += rabbitmq_cli
2020

deps/rabbitmq_trust_store/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endef
1313
DEPS = rabbit_common rabbit
1414
LOCAL_DEPS = ssl crypto public_key inets
1515
## We need the Cowboy's test utilities
16-
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client ct_helper trust_store_http
16+
TEST_DEPS = rabbitmq_ct_helpers rabbitmq_ct_client_helpers amqp_client ct_helper trust_store_http proper
1717
dep_ct_helper = git https://github.com/extend/ct_helper.git master
1818

1919
DEP_EARLY_PLUGINS = rabbit_common/mk/rabbitmq-early-plugin.mk

0 commit comments

Comments
 (0)