summaryrefslogtreecommitdiff
path: root/src/couch_mrview/Makefile.am
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2014-06-12 02:44:30 +0400
committerAlexander Shorin <kxepal@apache.org>2015-12-03 00:52:10 +0300
commit1649e68f8fbc4c74bcda608bf5e3f0fa7a620ec2 (patch)
tree6965b38eeed39b14d3c2e92e8da201070cec61cd /src/couch_mrview/Makefile.am
parentd85394fd6dcecdb392754425ddcf1224e6723b6c (diff)
downloadcouchdb-1649e68f8fbc4c74bcda608bf5e3f0fa7a620ec2.tar.gz
Port couch_mrview/07-compact-swap.t etap test suite to eunit
Diffstat (limited to 'src/couch_mrview/Makefile.am')
-rw-r--r--src/couch_mrview/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/couch_mrview/Makefile.am b/src/couch_mrview/Makefile.am
index 45d099af7..0f140aa78 100644
--- a/src/couch_mrview/Makefile.am
+++ b/src/couch_mrview/Makefile.am
@@ -35,11 +35,11 @@ source_files = \
test_files = \
test/couch_mrview_all_docs_tests.erl \
test/couch_mrview_collation_tests.erl \
+ test/couch_mrview_compact_tests.erl \
test/couch_mrview_index_info_tests.erl \
test/couch_mrview_map_views_tests.erl \
test/couch_mrview_modules_load_tests.erl \
- test/couch_mrview_red_views_tests.erl \
- test/07-compact-swap.t
+ test/couch_mrview_red_views_tests.erl
compiled_files = \
ebin/couch_mrview.app \