Update rabbitmq-components.mk

This commit is contained in:
Jean-Sébastien Pédron 2015-10-26 10:21:18 +01:00
parent 5a3dbc8ee9
commit 3ef682fa89
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