]> granicus.if.org Git - postgis/commit
Made unit tests easier to add. New suites now just need to be added to two lines...
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 23 Feb 2010 22:07:14 +0000 (22:07 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 23 Feb 2010 22:07:14 +0000 (22:07 +0000)
commit1eba8fabf7964d7d8686dadab2e0bd3684286978
treea2f5c70ed0ab457665f211fc4d68eaf30f925752
parent0505e74fee0466b07e3229fda41a645b55384d10
Made unit tests easier to add.  New suites now just need to be added to two lines in cu_tester.c, no changes to header files necessary, new tests need one line in the appropriate .c file.  From Jeff Adams.

git-svn-id: http://svn.osgeo.org/postgis/trunk@5329 b70326c6-7e19-0410-871a-916f4a2858ee
24 files changed:
liblwgeom/cunit/cu_algorithm.c
liblwgeom/cunit/cu_algorithm.h [deleted file]
liblwgeom/cunit/cu_geodetic.c
liblwgeom/cunit/cu_geodetic.h [deleted file]
liblwgeom/cunit/cu_homogenize.c
liblwgeom/cunit/cu_homogenize.h [deleted file]
liblwgeom/cunit/cu_libgeom.c
liblwgeom/cunit/cu_libgeom.h [deleted file]
liblwgeom/cunit/cu_measures.c
liblwgeom/cunit/cu_measures.h [deleted file]
liblwgeom/cunit/cu_out_geojson.c
liblwgeom/cunit/cu_out_geojson.h [deleted file]
liblwgeom/cunit/cu_out_gml.c
liblwgeom/cunit/cu_out_gml.h [deleted file]
liblwgeom/cunit/cu_out_kml.c
liblwgeom/cunit/cu_out_kml.h [deleted file]
liblwgeom/cunit/cu_out_svg.c
liblwgeom/cunit/cu_out_svg.h [deleted file]
liblwgeom/cunit/cu_print.c
liblwgeom/cunit/cu_print.h [deleted file]
liblwgeom/cunit/cu_tester.c
liblwgeom/cunit/cu_tester.h
liblwgeom/cunit/cu_wkt.c
liblwgeom/cunit/cu_wkt.h [deleted file]