ct - emqttd.test.config
This commit is contained in:
parent
c626eadad4
commit
c94f6f30dd
4
Makefile
4
Makefile
|
@ -5,7 +5,7 @@ BASE_DIR = $(shell pwd)
|
|||
REBAR = $(BASE_DIR)/rebar
|
||||
DIST = $(BASE_DIR)/rel/$(APP)
|
||||
|
||||
all: submods compile
|
||||
all: compile
|
||||
|
||||
submods:
|
||||
@git submodule update --init
|
||||
|
@ -26,7 +26,7 @@ clean:
|
|||
@$(REBAR) clean
|
||||
|
||||
test:
|
||||
ERL_FLAGS="-config rel/files/test.config" $(REBAR) -v skip_deps=true ct
|
||||
ERL_FLAGS="-config rel/files/emqttd.test.config" $(REBAR) -v skip_deps=true ct
|
||||
#$(REBAR) skip_deps=true eunit
|
||||
|
||||
edoc:
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
{ct_log_dir, "logs"}.
|
||||
|
||||
{ct_extra_params, "-name ct_emqttd@127.0.0.1 -config rel/files/test.config"}.
|
||||
{ct_extra_params, "-name ct_emqttd@127.0.0.1 -config rel/files/emqttd.test.config"}.
|
||||
|
||||
{ct_use_short_names, false}.
|
||||
|
||||
|
|
Loading…
Reference in New Issue