summaryrefslogtreecommitdiff
path: root/rabbitmq-components.mk
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-11-10 13:11:15 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-11-10 13:11:15 +0100
commit4a0f19f19195879f35de95e34fea0e77e3879849 (patch)
treed81502160d5ec580012bbf02e0268e6a50d6b7ba /rabbitmq-components.mk
parent884302d69c4b4250e3b1fbd41f6d1e09878f7152 (diff)
downloadrabbitmq-server-git-4a0f19f19195879f35de95e34fea0e77e3879849.tar.gz
Update rabbitmq-components.mk
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 549c80a9d7..22521aae44 100644
--- a/rabbitmq-components.mk
+++ b/rabbitmq-components.mk
@@ -165,7 +165,7 @@ endif
endif
ifeq ($(filter rabbit,$(DEPS) $(BUILD_DEPS) $(TEST_DEPS)),)
-ifneq ($(filter tests tests-with-broker test,$(MAKECMDGOALS)),)
+ifneq ($(filter check tests tests-with-broker test,$(MAKECMDGOALS)),)
TEST_DEPS += rabbit
endif
endif