Depend emqx_ct_helper with tag
This commit is contained in:
parent
c5524e99c6
commit
281fb2d5ec
2
Makefile
2
Makefile
|
@ -24,7 +24,7 @@ CUR_BRANCH := $(shell git branch | grep -e "^*" | cut -d' ' -f 2)
|
||||||
BRANCH := $(if $(filter $(CUR_BRANCH), master develop), $(CUR_BRANCH), develop)
|
BRANCH := $(if $(filter $(CUR_BRANCH), master develop), $(CUR_BRANCH), develop)
|
||||||
|
|
||||||
TEST_DEPS = emqx_ct_helpers
|
TEST_DEPS = emqx_ct_helpers
|
||||||
dep_emqx_ct_helpers = git-emqx https://github.com/emqx/emqx-ct-helpers.git $(BRANCH)
|
dep_emqx_ct_helpers = git-emqx https://github.com/emqx/emqx-ct-helpers.git v1.0
|
||||||
|
|
||||||
TEST_ERLC_OPTS += +debug_info -DAPPLICATION=emqx
|
TEST_ERLC_OPTS += +debug_info -DAPPLICATION=emqx
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue