Makefile: No need to filter out rabbitmq_test from TEST_DEPS anymore

[#127356157]
This commit is contained in:
Jean-Sébastien Pédron 2016-09-02 12:17:33 +02:00
parent 1769ba19ec
commit f7ea52ec1e
1 changed files with 0 additions and 1 deletions

View File

@ -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