summaryrefslogtreecommitdiff
path: root/share/Makefile.am
diff options
context:
space:
mode:
authorFilipe David Borba Manana <fdmanana@apache.org>2010-07-08 19:23:33 +0000
committerFilipe David Borba Manana <fdmanana@apache.org>2010-07-08 19:23:33 +0000
commitf3442c25ae26369a516cf12b94f86cdec406c5b6 (patch)
tree496ead6461728e5b64047c0029f03e8dc8c0ad99 /share/Makefile.am
parent5c55239750edc5540825ef0bbf83fccb1bed459f (diff)
Fix deletion of view files after compaction.
Also added test for view compaction. Thanks Adam for reporting the issue. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@961893 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/Makefile.am')
-rw-r--r--share/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am
index fc052de0..c85f683f 100644
--- a/share/Makefile.am
+++ b/share/Makefile.am
@@ -162,6 +162,7 @@ nobase_dist_localdata_DATA = \
www/script/test/view_collation.js \
www/script/test/view_collation_raw.js \
www/script/test/view_conflicts.js \
+ www/script/test/view_compaction.js \
www/script/test/view_errors.js \
www/script/test/view_include_docs.js \
www/script/test/view_multi_key_all_docs.js \