Update rabbitmq-components.mk

This commit is contained in:
Jean-Sébastien Pédron 2015-10-26 10:21:27 +01:00
parent 0a8fa20a0f
commit de0f54de44
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