diff options
| author | Diana Corbacho <diana@rabbitmq.com> | 2016-09-21 10:09:46 +0100 |
|---|---|---|
| committer | Diana Corbacho <diana@rabbitmq.com> | 2016-09-21 10:09:46 +0100 |
| commit | 8ebdbc60a597613ee7b9ed1cc1a9460951913e77 (patch) | |
| tree | 12df38aefa885bf431e533d499576dc5c69e9443 /Makefile | |
| parent | 7a53030deadc9109ad14113e81a0e18cbe9bf3db (diff) | |
| parent | be9a3f7f84d3f6c680d3019360c5458f946aa462 (diff) | |
| download | rabbitmq-server-git-8ebdbc60a597613ee7b9ed1cc1a9460951913e77.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ VERSION ?= $(call get_app_version,src/$(PROJECT).app.src) # Release artifacts are put in $(PACKAGES_DIR). PACKAGES_DIR ?= $(abspath PACKAGES) -DEPS = ranch lager $(PLUGINS) -TEST_DEPS = amqp_client meck proper +DEPS = ranch lager rabbit_common +TEST_DEPS = rabbitmq_ct_helpers amqp_client meck proper define usage_xml_to_erl $(subst __,_,$(patsubst $(DOCS_DIR)/rabbitmq%.1.xml, src/rabbit_%_usage.erl, $(subst -,_,$(1)))) |
