forked from aweber/rabbitmq-autocluster
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile
33 lines (20 loc) · 1015 Bytes
/
Makefile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
PROJECT = autocluster
DEPS = rabbit_common rabbitmq_aws
TEST_DEPS += rabbit
IGNORE_DEPS += rabbitmq_java_client
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
NO_AUTOPATCH += rabbitmq_aws
dep_rabbitmq_aws = git https://github.com/gmr/rabbitmq-aws.git 0.1.3
# FIXME: Use erlang.mk patched for RabbitMQ, while waiting for PRs to be
# reviewed and merged.
ERLANG_MK_REPO = https://github.com/rabbitmq/erlang.mk.git
ERLANG_MK_COMMIT = rabbitmq-tmp
current_rmq_ref = stable
include rabbitmq-components.mk
include erlang.mk
# --------------------------------------------------------------------
# Testing.
# --------------------------------------------------------------------
plt: PLT_APPS += rabbit rabbit_common ranch mnesia ssl compiler crypto common_test inets sasl ssh test_server snmp xmerl observer runtime_tools tools debugger edoc syntax_tools et os_mon hipe public_key webtool wx asn1 otp_mibs
TEST_CONFIG_FILE=$(CURDIR)/etc/rabbit-test
WITH_BROKER_TEST_COMMANDS := autocluster_all_tests:run()