diff options
| author | Jean-Sébastien Pédron <jean-sebastien@rabbitmq.com> | 2016-04-05 18:42:17 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2016-05-27 10:37:28 +0200 |
| commit | becf2c7ecad6203d6b6705a0d32fdf3f7893bba3 (patch) | |
| tree | 8a5eda085437b0731703267786db93a106b52e59 /Makefile | |
| parent | 1adb58bf81b030352b38c411c9a5b495e0067bb4 (diff) | |
| download | rabbitmq-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-- | Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
@@ -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. # -------------------------------------------------------------------- |
