From bb5276602d1951aead7beabc9e0e473fd92f3d29 Mon Sep 17 00:00:00 2001 From: Petr Gotthard Date: Tue, 22 Dec 2015 03:47:17 -0800 Subject: [PATCH] Fix TEST_DEPS. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 553b131..0e83968 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ ifeq ($(EICONV),1) DEPS += eiconv endif -TEST_DEPS = rabbitmq_test +TEST_DEPS = rabbit DEP_PLUGINS = rabbit_common/mk/rabbitmq-plugin.mk