Fix ct rule in makefile
This commit is contained in:
parent
caa582a028
commit
3f53c3822d
1
Makefile
1
Makefile
|
@ -47,6 +47,7 @@ eunit:
|
||||||
|
|
||||||
.PHONY: ct-setup
|
.PHONY: ct-setup
|
||||||
ct-setup:
|
ct-setup:
|
||||||
|
rebar3 as test compile
|
||||||
@mkdir -p data
|
@mkdir -p data
|
||||||
@if [ ! -f data/loaded_plugins ]; then touch data/loaded_plugins; fi
|
@if [ ! -f data/loaded_plugins ]; then touch data/loaded_plugins; fi
|
||||||
@ln -s -f '../../../../etc' _build/test/lib/emqx/
|
@ln -s -f '../../../../etc' _build/test/lib/emqx/
|
||||||
|
|
Loading…
Reference in New Issue