Update rabbitmq-components.mk
This commit is contained in:
parent
0a8fa20a0f
commit
de0f54de44
|
|
@ -197,7 +197,7 @@ endif
|
|||
endif
|
||||
|
||||
ifeq ($(filter rabbit,$(DEPS) $(BUILD_DEPS) $(TEST_DEPS)),)
|
||||
ifneq ($(filter tests tests-with-broker,$(MAKECMDGOALS)),)
|
||||
ifneq ($(filter tests tests-with-broker test,$(MAKECMDGOALS)),)
|
||||
TEST_DEPS += rabbit
|
||||
endif
|
||||
endif
|
||||
|
|
|
|||
Loading…
Reference in New Issue