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