ct as test

This commit is contained in:
Feng 2016-02-16 03:13:08 +08:00
parent 955d8e37fd
commit 9ec6abde31
1 changed files with 1 additions and 3 deletions

View File

@ -26,10 +26,8 @@ clean:
@$(REBAR) clean
test:
$(REBAR) skip_deps=true eunit
ct:
ERL_FLAGS="-config rel/files/test.config" $(REBAR) -v skip_deps=true ct
#$(REBAR) skip_deps=true eunit
edoc:
@$(REBAR) doc