You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2010/06/22 15:36:27 UTC

svn commit: r956886 - /couchdb/branches/0.11.x/share/Makefile.am

Author: jan
Date: Tue Jun 22 13:36:27 2010
New Revision: 956886

URL: http://svn.apache.org/viewvc?rev=956886&view=rev
Log:
Add missing test files to Makefile.am.

Why wasn't this detected by make distcheck?

Modified:
    couchdb/branches/0.11.x/share/Makefile.am

Modified: couchdb/branches/0.11.x/share/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/branches/0.11.x/share/Makefile.am?rev=956886&r1=956885&r2=956886&view=diff
==============================================================================
--- couchdb/branches/0.11.x/share/Makefile.am (original)
+++ couchdb/branches/0.11.x/share/Makefile.am Tue Jun 22 13:36:27 2010
@@ -147,10 +147,12 @@ nobase_dist_localdata_DATA = \
     www/script/test/reduce_false_temp.js \
     www/script/test/replication.js \
     www/script/test/rev_stemming.js \
+    www/script/test/rewrite.js \
     www/script/test/security_validation.js \
     www/script/test/show_documents.js \
     www/script/test/stats.js \
     www/script/test/update_documents.js \
+    www/script/test/users_db.js \
     www/script/test/utf8.js \
     www/script/test/uuids.js \
     www/script/test/view_collation.js \