ct as test
This commit is contained in:
parent
955d8e37fd
commit
9ec6abde31
4
Makefile
4
Makefile
|
@ -26,10 +26,8 @@ clean:
|
||||||
@$(REBAR) clean
|
@$(REBAR) clean
|
||||||
|
|
||||||
test:
|
test:
|
||||||
$(REBAR) skip_deps=true eunit
|
|
||||||
|
|
||||||
ct:
|
|
||||||
ERL_FLAGS="-config rel/files/test.config" $(REBAR) -v skip_deps=true ct
|
ERL_FLAGS="-config rel/files/test.config" $(REBAR) -v skip_deps=true ct
|
||||||
|
#$(REBAR) skip_deps=true eunit
|
||||||
|
|
||||||
edoc:
|
edoc:
|
||||||
@$(REBAR) doc
|
@$(REBAR) doc
|
||||||
|
|
Loading…
Reference in New Issue