diff options
Diffstat (limited to '.rebar/templates/rebar.config')
-rw-r--r-- | .rebar/templates/rebar.config | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.rebar/templates/rebar.config b/.rebar/templates/rebar.config new file mode 100644 index 00000000..e83927a9 --- /dev/null +++ b/.rebar/templates/rebar.config @@ -0,0 +1,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]}. |