summaryrefslogtreecommitdiff
path: root/rebar.config
blob: f2b913975441ab6c483cb71b9e52f73b1a826ead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{sub_dirs, [
    "apps/ibrowse",
    "apps/couch",
    "apps/chttpd",
    "apps/etap",
    "apps/fabric",
    "apps/mem3",
    "apps/mochiweb",
    "apps/oauth",
    "apps/rexi",
    "rel"
]}.
{cover_enabled, true}.
{erl_opts, [debug_info, fail_on_warning]}.
{lib_dirs, ["apps"]}.