Update rabbitmq-components.mk

This commit is contained in:
Jean-Sébastien Pédron 2015-10-19 17:11:42 +02:00
parent 91db93f23e
commit feda4c201e
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ endif
endif
ifeq ($(filter rabbit_public_umbrella rabbit rabbit_common rabbitmq_test,$(PROJECT)),)
ifeq ($(filter rabbitmq_test,$(DEPS)),)
ifeq ($(filter rabbitmq_test,$(DEPS) $(BUILD_DEPS) $(TEST_DEPS)),)
TEST_DEPS += rabbitmq_test
endif
endif