ct - emqttd.test.config

This commit is contained in:
Feng 2016-03-11 23:48:56 +08:00
parent c626eadad4
commit c94f6f30dd
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ BASE_DIR = $(shell pwd)
REBAR = $(BASE_DIR)/rebar REBAR = $(BASE_DIR)/rebar
DIST = $(BASE_DIR)/rel/$(APP) DIST = $(BASE_DIR)/rel/$(APP)
all: submods compile all: compile
submods: submods:
@git submodule update --init @git submodule update --init
@ -26,7 +26,7 @@ clean:
@$(REBAR) clean @$(REBAR) clean
test: 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 #$(REBAR) skip_deps=true eunit
edoc: edoc:

View File

@ -23,7 +23,7 @@
{ct_log_dir, "logs"}. {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}. {ct_use_short_names, false}.