Update rabbitmq-components.mk

This commit is contained in:
Jean-Sébastien Pédron 2015-10-26 10:21:26 +01:00
parent f6618d8b99
commit 45b2250daa
1 changed files with 1 additions and 1 deletions

View File

@ -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