diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-11-25 18:40:12 +0100 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2015-11-25 18:40:12 +0100 |
| commit | de0d78f5c57ac9f22b32888bff7d9f643c392ed9 (patch) | |
| tree | 4c2c33a31e47a42fbf5c349165a014ba953619e7 | |
| parent | b8395ae5cd7d9103b43fe0c0e278123617b3fce7 (diff) | |
| download | rabbitmq-server-git-de0d78f5c57ac9f22b32888bff7d9f643c392ed9.tar.gz | |
make *-in-rabbitmq_test: Depend on test-build and TEST_DEPS listrabbitmq_v3_6_0_milestone3
| -rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) \ |
