You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2009/11/09 01:50:11 UTC

svn commit: r833956 - in /couchdb/trunk: Makefile.am test/etap/ test/etap/Makefile.am

Author: davisp
Date: Mon Nov  9 00:50:11 2009
New Revision: 833956

URL: http://svn.apache.org/viewvc?rev=833956&view=rev
Log:
Forgot to fix make cover


Modified:
    couchdb/trunk/Makefile.am
    couchdb/trunk/test/etap/   (props changed)
    couchdb/trunk/test/etap/Makefile.am

Modified: couchdb/trunk/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/Makefile.am?rev=833956&r1=833955&r2=833956&view=diff
==============================================================================
--- couchdb/trunk/Makefile.am (original)
+++ couchdb/trunk/Makefile.am Mon Nov  9 00:50:11 2009
@@ -41,7 +41,7 @@
 
 cover: dev
 	rm -f cover/*.coverdata
-	COVER=1 COVER_BIN=./src/couchdb/ prove test/etap/*.t
+	COVER=1 COVER_BIN=./src/couchdb/ $(top_builddir)/test/etap/run
 	SRC=./src/couchdb/ \
 	    $(ERL) -noshell \
 		-pa src/etap \

Propchange: couchdb/trunk/test/etap/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Mon Nov  9 00:50:11 2009
@@ -3,3 +3,4 @@
 Makefile.in
 test_util.erl
 test_util.beam
+run

Modified: couchdb/trunk/test/etap/Makefile.am
URL: http://svn.apache.org/viewvc/couchdb/trunk/test/etap/Makefile.am?rev=833956&r1=833955&r2=833956&view=diff
==============================================================================
--- couchdb/trunk/test/etap/Makefile.am (original)
+++ couchdb/trunk/test/etap/Makefile.am Mon Nov  9 00:50:11 2009
@@ -10,7 +10,7 @@
 ## License for the specific language governing permissions and limitations under
 ## the License.
 
-check_SCRIPTS = run
+noinst_SCRIPTS = run
 noinst_DATA = test_util.beam
 
 %.beam: %.erl