[geos-commits] r4173 - trunk

svn_geos at osgeo.org svn_geos at osgeo.org
Mon Mar 7 05:11:34 PST 2016


Author: strk
Date: 2016-03-07 05:11:33 -0800 (Mon, 07 Mar 2016)
New Revision: 4173

Modified:
   trunk/Makefile.am
Log:
Add "valgrindcheck" Makefile rule, currently fails

Modified: trunk/Makefile.am
===================================================================
--- trunk/Makefile.am	2016-03-07 10:24:29 UTC (rev 4172)
+++ trunk/Makefile.am	2016-03-07 13:11:33 UTC (rev 4173)
@@ -42,4 +42,9 @@
 geos_svn_revision.h:
 	top_srcdir=$(srcdir) sh $(srcdir)/tools/svn_repo_revision.sh
 
+VALGRIND = $(LIBTOOL) --mode=execute valgrind --leak-check=full --error-exitcode=1
+
+valgrindcheck:
+	$(VALGRIND) tests/unit/geos_unit
+
 .PHONY: geos_svn_revision.h



More information about the geos-commits mailing list