Makefile: No need to filter out rabbitmq_test from TEST_DEPS anymore
[#127356157]
This commit is contained in:
parent
1769ba19ec
commit
f7ea52ec1e
|
@ -13,5 +13,4 @@ ERLANG_MK_REPO = https://github.com/rabbitmq/erlang.mk.git
|
|||
ERLANG_MK_COMMIT = rabbitmq-tmp
|
||||
|
||||
include rabbitmq-components.mk
|
||||
TEST_DEPS := $(filter-out rabbitmq_test,$(TEST_DEPS))
|
||||
include erlang.mk
|
||||
|
|
Loading…
Reference in New Issue