diff options
Diffstat (limited to 'rebar.config')
-rw-r--r-- | rebar.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rebar.config b/rebar.config index 468e8cb7..bcbc117b 100644 --- a/rebar.config +++ b/rebar.config @@ -32,11 +32,11 @@ "apps/rexi/ebin", "apps/fabric/ebin", "apps/mem3/ebin", - "apps/chttpd/ebin" + "apps/chttpd/ebin", + "apps/etap/ebin" ]}. {sub_dirs, [ "apps/couch", - "apps/etap", "rel" ]}. {cover_enabled, true}. |