summaryrefslogtreecommitdiff
path: root/rabbitmq-components.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rabbitmq-components.mk')
-rw-r--r--rabbitmq-components.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rabbitmq-components.mk b/rabbitmq-components.mk
index a7baa95d72..88883438d7 100644
--- a/rabbitmq-components.mk
+++ b/rabbitmq-components.mk
@@ -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