Update rabbitmq-components.mk
This commit is contained in:
parent
5a3dbc8ee9
commit
3ef682fa89
|
|
@ -197,7 +197,7 @@ endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(filter rabbit,$(DEPS) $(BUILD_DEPS) $(TEST_DEPS)),)
|
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
|
TEST_DEPS += rabbit
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue