[geos-commits] r4050 - trunk/tests/unit

svn_geos at osgeo.org svn_geos at osgeo.org
Fri Apr 10 00:37:23 PDT 2015


Author: strk
Date: 2015-04-10 00:37:23 -0700 (Fri, 10 Apr 2015)
New Revision: 4050

Modified:
   trunk/tests/unit/Makefile.am
Log:
Enable GEOSisClosed test

Modified: trunk/tests/unit/Makefile.am
===================================================================
--- trunk/tests/unit/Makefile.am	2015-04-10 07:37:17 UTC (rev 4049)
+++ trunk/tests/unit/Makefile.am	2015-04-10 07:37:23 UTC (rev 4050)
@@ -146,7 +146,8 @@
 	capi/GEOSRelateBoundaryNodeRuleTest.cpp \
 	capi/GEOSRelatePatternMatchTest.cpp \
 	capi/GEOSUnaryUnionTest.cpp \
-	capi/GEOSisValidDetailTest.cpp
+	capi/GEOSisValidDetailTest.cpp \
+	capi/GEOSisClosedTest.cpp
 
 noinst_HEADERS = \
 	utility.h



More information about the geos-commits mailing list