HotPixel: do not invalidate reference to original point. Fixes #498.
[geos.git] / tests / unit / Makefile.am
blob57057945fcbcdbb783329ed0df2a49528d468a24
1 # $Id$
3 # This file is part of project GEOS (http://trac.osgeo.org/geos/) 
5 INCLUDES = -I$(top_srcdir)/include -I$(top_srcdir)/tests/unit/tut -I$(top_builddir)/capi
7 TESTS = geos_unit
9 EXTRA_DIST = \
10         tut/tut_assert.hpp \
11         tut/tut_exception.hpp \
12         tut/tut.hpp \
13         tut/tut_posix.hpp \
14         tut/tut_console_reporter.hpp \
15         tut/tut_reporter.hpp \
16         tut/tut_restartable.hpp \
17         tut/tut_result.hpp \
18         tut/tut_runner.hpp \
19         CMakeLists.txt
22 #noinst_PROGRAMS = geos_unit
23 check_PROGRAMS = geos_unit
24 #bin_PROGRAMS = geos_tut
26 geos_unit_LDADD = \
27         $(top_builddir)/src/libgeos.la  \
28         $(top_builddir)/capi/libgeos_c.la  \
29         $(NULL)
32 geos_unit_SOURCES = \
33         geos_unit.cpp \
34         algorithm/AngleTest.cpp \
35         algorithm/InteriorPointAreaTest.cpp \
36         algorithm/CGAlgorithms/isCCWTest.cpp \
37         algorithm/CGAlgorithms/isPointInRingTest.cpp \
38         algorithm/CGAlgorithms/computeOrientationTest.cpp \
39         algorithm/CGAlgorithms/signedAreaTest.cpp \
40         algorithm/ConvexHullTest.cpp \
41         algorithm/distance/DiscreteHausdorffDistanceTest.cpp \
42         algorithm/PointLocatorTest.cpp \
43         algorithm/RobustLineIntersectionTest.cpp \
44         algorithm/RobustLineIntersectorTest.cpp \
45         geom/CoordinateArraySequenceFactoryTest.cpp \
46         geom/CoordinateArraySequenceTest.cpp \
47         geom/CoordinateListTest.cpp \
48         geom/CoordinateTest.cpp \
49         geom/DimensionTest.cpp \
50         geom/EnvelopeTest.cpp \
51         geom/Geometry/clone.cpp \
52         geom/Geometry/coversTest.cpp \
53         geom/Geometry/isRectangleTest.cpp \
54         geom/GeometryFactoryTest.cpp \
55         geom/IntersectionMatrixTest.cpp \
56         geom/LinearRingTest.cpp \
57         geom/LineSegmentTest.cpp \
58         geom/LineStringTest.cpp \
59         geom/LocationTest.cpp \
60         geom/MultiLineStringTest.cpp \
61         geom/MultiPointTest.cpp \
62         geom/MultiPolygonTest.cpp \
63         geom/PointTest.cpp \
64         geom/PolygonTest.cpp \
65         geom/PrecisionModelTest.cpp \
66         geom/prep/PreparedGeometryFactoryTest.cpp \
67         geom/TriangleTest.cpp \
68         geom/util/GeometryExtracterTest.cpp \
69         index/quadtree/DoubleBitsTest.cpp \
70         io/ByteOrderValuesTest.cpp \
71         io/WKBReaderTest.cpp \
72         io/WKBWriterTest.cpp \
73         io/WKTReaderTest.cpp \
74         io/WKTWriterTest.cpp \
75         linearref/LengthIndexedLineTest.cpp \
76         noding/BasicSegmentStringTest.cpp \
77         noding/NodedSegmentStringTest.cpp \
78         noding/SegmentNodeTest.cpp \
79         noding/SegmentPointComparatorTest.cpp \
80         noding/snapround/HotPixelTest.cpp \
81         operation/buffer/BufferOpTest.cpp \
82         operation/buffer/BufferParametersTest.cpp \
83         operation/distance/DistanceOpTest.cpp \
84         operation/IsSimpleOpTest.cpp \
85         operation/linemerge/LineMergerTest.cpp \
86         operation/linemerge/LineSequencerTest.cpp \
87         operation/overlay/validate/FuzzyPointLocatorTest.cpp \
88         operation/overlay/validate/OffsetPointGeneratorTest.cpp \
89         operation/overlay/validate/OverlayResultValidatorTest.cpp \
90         operation/overlay/snap/GeometrySnapperTest.cpp \
91         operation/overlay/snap/LineStringSnapperTest.cpp \
92         operation/sharedpaths/SharedPathsOpTest.cpp \
93         operation/union/CascadedPolygonUnionTest.cpp \
94         operation/union/UnaryUnionOpTest.cpp \
95         operation/valid/IsValidTest.cpp \
96         operation/valid/ValidClosedRingTest.cpp \
97         operation/valid/ValidSelfTouchingRingFormingHoleTest.cpp \
98         precision/SimpleGeometryPrecisionReducerTest.cpp \
99         simplify/DouglasPeuckerSimplifierTest.cpp \
100         simplify/TopologyPreservingSimplifierTest.cpp \
101         util/UniqueCoordinateArrayFilterTest.cpp \
102         capi/GEOSCoordSeqTest.cpp \
103         capi/GEOSGeomFromWKBTest.cpp \
104         capi/GEOSGeomToWKTTest.cpp \
105         capi/GEOSContainsTest.cpp \
106         capi/GEOSIntersectsTest.cpp \
107         capi/GEOSWithinTest.cpp \
108         capi/GEOSSimplifyTest.cpp \
109         capi/GEOSPreparedGeometryTest.cpp \
110         capi/GEOSPolygonizer_getCutEdgesTest.cpp \
111         capi/GEOSBufferTest.cpp \
112         capi/GEOSOffsetCurveTest.cpp \
113         capi/GEOSGeom_create.cpp \
114         capi/GEOSGeom_extractUniquePointsTest.cpp \
115         capi/GEOSOrientationIndex.cpp \
116         capi/GEOSLineString_PointTest.cpp \
117         capi/GEOSSnapTest.cpp \
118         capi/GEOSSharedPathsTest.cpp \
119         capi/GEOSRelateBoundaryNodeRuleTest.cpp \
120         capi/GEOSRelatePatternMatchTest.cpp \
121         capi/GEOSUnaryUnionTest.cpp \
122         capi/GEOSisValidDetailTest.cpp
124 noinst_HEADERS = \
125         utility.h