PageRenderTime 17ms CodeModel.GetById 9ms app.highlight 5ms RepoModel.GetById 1ms app.codeStats 0ms

/support/templates/mochiwebapp_skel/rebar.config

http://github.com/basho/mochiweb
Unknown | 7 lines | 7 code | 0 blank | 0 comment | 0 complexity | a53a1fac705063182270b1ae14964ff5 MD5 | raw file
Possible License(s): MIT
1%% -*- erlang -*-
2{erl_opts, [debug_info]}.
3{deps, [
4  {mochiweb, ".*",
5   {git, "git://github.com/mochi/mochiweb.git", {branch, "master"}}}]}.
6{cover_enabled, true}.
7{eunit_opts, [verbose, {report,{eunit_surefire,[{dir,"."}]}}]}.