Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit e0113f6

Browse files
committed
Update rabbitmq-components.mk
1 parent 52728b6 commit e0113f6

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

rabbitmq-components.mk

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ RABBITMQ_COMPONENTS = amqp_client \
123123
rabbitmq_shovel \
124124
rabbitmq_shovel_management \
125125
rabbitmq_stomp \
126-
rabbitmq_test \
127126
rabbitmq_toke \
128127
rabbitmq_top \
129128
rabbitmq_tracing \
@@ -262,18 +261,21 @@ prepare-dist::
262261
ifneq ($(PROJECT),rabbit)
263262
ifeq ($(filter rabbit,$(DEPS) $(BUILD_DEPS)),)
264263
RUN_RMQ_TARGETS = run-broker \
264+
run-tls-broker \
265265
run-background-broker \
266266
run-node \
267267
run-background-node \
268-
start-background-node
268+
start-background-node \
269+
start-background-broker \
270+
start-rabbit-on-node
269271

270272
ifneq ($(filter $(RUN_RMQ_TARGETS),$(MAKECMDGOALS)),)
271273
BUILD_DEPS += rabbit
272274
endif
273275
endif
274276

275277
ifeq ($(filter rabbit,$(DEPS) $(BUILD_DEPS) $(TEST_DEPS)),)
276-
ifneq ($(filter check tests tests-with-broker test,$(MAKECMDGOALS)),)
278+
ifneq ($(filter check tests,$(MAKECMDGOALS)),)
277279
TEST_DEPS += rabbit
278280
endif
279281
endif

0 commit comments

Comments
 (0)