summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJean-Sébastien Pédron <jean-sebastien@rabbitmq.com>2016-04-05 18:42:17 +0200
committerJean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr>2016-05-27 10:37:28 +0200
commitbecf2c7ecad6203d6b6705a0d32fdf3f7893bba3 (patch)
tree8a5eda085437b0731703267786db93a106b52e59 /Makefile
parent1adb58bf81b030352b38c411c9a5b495e0067bb4 (diff)
downloadrabbitmq-server-git-becf2c7ecad6203d6b6705a0d32fdf3f7893bba3.tar.gz
make tests: Do not run tests from rabbitmq-test
We are about to switch everything to common_test and rabbitmq-test will become unnecessary for the broker.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/Makefile b/Makefile
index 1d5ce3f2b4..867ecdf978 100644
--- a/Makefile
+++ b/Makefile
@@ -106,22 +106,8 @@ clean-extra-sources:
# Tests.
# --------------------------------------------------------------------
-TARGETS_IN_RABBITMQ_TEST = $(patsubst %,%-in-rabbitmq_test,\
- tests full unit lite conformance16 lazy-vq-tests)
-
-.PHONY: $(TARGETS_IN_RABBITMQ_TEST)
-
TEST_ERLC_OPTS += $(RMQ_ERLC_OPTS)
-tests:: tests-in-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) \
- $(patsubst %-in-rabbitmq_test,%,$@)
-
# --------------------------------------------------------------------
# Documentation.
# --------------------------------------------------------------------