summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-11-25 18:40:12 +0100
committerJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2015-11-25 18:40:12 +0100
commitde0d78f5c57ac9f22b32888bff7d9f643c392ed9 (patch)
tree4c2c33a31e47a42fbf5c349165a014ba953619e7
parentb8395ae5cd7d9103b43fe0c0e278123617b3fce7 (diff)
downloadrabbitmq-server-git-de0d78f5c57ac9f22b32888bff7d9f643c392ed9.tar.gz
make *-in-rabbitmq_test: Depend on test-build and TEST_DEPS listrabbitmq_v3_6_0_milestone3
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 36808d318f..0e11066380 100644
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,8 @@ TEST_ERLC_OPTS += $(RMQ_ERLC_OPTS)
tests:: tests-in-rabbitmq_test
-$(TARGETS_IN_RABBITMQ_TEST): $(DEPS_DIR)/rabbitmq_test
+$(TARGETS_IN_RABBITMQ_TEST): $(ERLANG_MK_RECURSIVE_TEST_DEPS_LIST) \
+ test-build $(DEPS_DIR)/rabbitmq_test
$(MAKE) -C $(DEPS_DIR)/rabbitmq_test \
IS_DEP=1 \
RABBITMQ_BROKER_DIR=$(RABBITMQ_BROKER_DIR) \