diff options
author | John Christopher Anderson <jchris@apache.org> | 2009-09-14 22:38:19 +0000 |
---|---|---|
committer | John Christopher Anderson <jchris@apache.org> | 2009-09-14 22:38:19 +0000 |
commit | 59e0a616a9f0aea1de0ee2c4b9f09aef1bd144df (patch) | |
tree | eb55bea05fe728b9ad28129158b77ac247868287 /share | |
parent | 8d7a1c6c21fc253a5772350b159d6c2a273f197a (diff) |
add new test to Makefile
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@814895 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share')
-rw-r--r-- | share/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/Makefile.am b/share/Makefile.am index ec17686c..86ab8349 100644 --- a/share/Makefile.am +++ b/share/Makefile.am @@ -141,6 +141,7 @@ nobase_dist_localdata_DATA = \ www/script/test/utf8.js \ www/script/test/uuids.js \ www/script/test/view_collation.js \ + www/script/test/view_collation_raw.js \ www/script/test/view_conflicts.js \ www/script/test/view_errors.js \ www/script/test/view_include_docs.js \ |