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