From 649f59d4dc31d055ed6ae59455f80993538931bc Mon Sep 17 00:00:00 2001 From: Feng Lee Date: Thu, 30 Aug 2018 00:22:47 +0800 Subject: [PATCH] Comment 'TEST_DEPS = emqx_ct_helplers' --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 478724e66..80a3dafbd 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,8 @@ ERLC_OPTS += +'{parse_transform, lager_transform}' BUILD_DEPS = cuttlefish dep_cuttlefish = git https://github.com/emqx/cuttlefish emqx30 -TEST_DEPS = emqx_ct_helplers -dep_emqx_ct_helplers = git git@github.com:emqx/emqx-ct-helpers +#TEST_DEPS = emqx_ct_helplers +#dep_emqx_ct_helplers = git git@github.com:emqx/emqx-ct-helpers TEST_ERLC_OPTS += +debug_info TEST_ERLC_OPTS += +'{parse_transform, lager_transform}'