make ct
This commit is contained in:
parent
efd1355597
commit
e5efa77078
5
Makefile
5
Makefile
|
@ -13,12 +13,15 @@ dep_mochiweb = git https://github.com/emqtt/mochiweb.git
|
||||||
|
|
||||||
ERLC_OPTS += +'{parse_transform, lager_transform}'
|
ERLC_OPTS += +'{parse_transform, lager_transform}'
|
||||||
|
|
||||||
|
TEST_ERLC_OPTS += +debug_info
|
||||||
|
TEST_ERLC_OPTS += +'{parse_transform, lager_transform}'
|
||||||
|
|
||||||
EUNIT_OPTS = verbose
|
EUNIT_OPTS = verbose
|
||||||
EUNIT_ERL_OPTS = -args_file test_data/ct_vm.args -config test_data/ct_sys.config
|
EUNIT_ERL_OPTS = -args_file test_data/ct_vm.args -config test_data/ct_sys.config
|
||||||
|
|
||||||
CT_SUITES = emqttd emqttd_access emqttd_backend emqttd_lib emqttd_mod emqttd_net \
|
CT_SUITES = emqttd emqttd_access emqttd_backend emqttd_lib emqttd_mod emqttd_net \
|
||||||
emqttd_mqueue emqttd_protocol emqttd_topic emqttd_trie
|
emqttd_mqueue emqttd_protocol emqttd_topic emqttd_trie
|
||||||
CT_OPTS = -cover test/ct.cover.spec -erl_args -name emqttd_ct@127.0.0.1 -config test_data/ct_sys.config
|
CT_OPTS = -cover test/ct.cover.spec -erl_args -args_file test_data/ct_vm.args -config test_data/ct_sys.config
|
||||||
|
|
||||||
COVER = true
|
COVER = true
|
||||||
|
|
||||||
|
|
|
@ -2,5 +2,5 @@
|
||||||
%% ex: ft=erlang ts=4 sw=4 et
|
%% ex: ft=erlang ts=4 sw=4 et
|
||||||
[
|
[
|
||||||
{kernel, [{start_timer, true}, {start_pg2, true}]},
|
{kernel, [{start_timer, true}, {start_pg2, true}]},
|
||||||
{emqttd, [{conf, "test_data/emqttd_ct.conf"}]}
|
{emqttd, [{conf, "test_data/ct_emqttd.conf"}]}
|
||||||
].
|
].
|
||||||
|
|
Loading…
Reference in New Issue