Make amqp_client a test dependency, to avoid a circular dependency
amqp_client -> rabbitmq_cli -> amqp_client rabbitmq_cli is an indirect test dependency of amqp_client Signed-off-by: Jean-Sébastien Pedron <jean-sebastien@rabbitmq.com>
This commit is contained in:
parent
240c7c0862
commit
7d7502b026
|
|
@ -1,6 +1,7 @@
|
|||
PROJECT = rabbitmq_cli
|
||||
|
||||
BUILD_DEPS = rabbit_common amqp_client
|
||||
BUILD_DEPS = rabbit_common
|
||||
TEST_DEPS = amqp_client
|
||||
|
||||
DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue