fix makefile error
This commit is contained in:
parent
619d39b2fb
commit
146710a394
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ BUILD_DEPS = cuttlefish
|
||||||
dep_cuttlefish = git https://github.com/emqx/cuttlefish emqx30
|
dep_cuttlefish = git https://github.com/emqx/cuttlefish emqx30
|
||||||
|
|
||||||
TEST_DEPS = emqx_ct_helplers
|
TEST_DEPS = emqx_ct_helplers
|
||||||
dep_emqx_ct_helplers = git git@github.com:emqx/emqx_ct_helpers
|
dep_emqx_ct_helplers = git git@github.com:emqx/emqx-ct-helpers
|
||||||
|
|
||||||
TEST_ERLC_OPTS += +debug_info
|
TEST_ERLC_OPTS += +debug_info
|
||||||
TEST_ERLC_OPTS += +'{parse_transform, lager_transform}'
|
TEST_ERLC_OPTS += +'{parse_transform, lager_transform}'
|
||||||
|
|
Loading…
Reference in New Issue