From 9e9230c129816dc2ee7092734e72bffb2ac17748 Mon Sep 17 00:00:00 2001 From: Paul Joseph Davis Date: Sat, 30 May 2009 21:12:06 +0000 Subject: Added code coverage report generation target. To generate reports: # Assuming etap is installed $ cd /path/to/couchdb $ ./bootstrap && ERLC_FLAGS=+debug_info ./configure && make cover You can browse the report by opening ./cover/index.html in your html consuming software of choice. Shoutout to Nick Gerakines in THANKS for helping with etap and testing in general. git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@780326 13f79535-47bb-0310-9956-ffa450edef68 --- src/ibrowse/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ibrowse') diff --git a/src/ibrowse/Makefile.am b/src/ibrowse/Makefile.am index 614bdc39..2ba7b31c 100644 --- a/src/ibrowse/Makefile.am +++ b/src/ibrowse/Makefile.am @@ -45,4 +45,4 @@ CLEANFILES = \ $(ibrowseebin_make_generated_file_list) %.beam: %.erl - $(ERLC) $< + $(ERLC) $(ERLC_FLAGS) $< -- cgit v1.2.3