postgis/liblwgeom/cunit/cu_libgeom.h
Paul Ramsey 03cbe95845 Geocentric bounding box roughed in and compiles.
git-svn-id: http://svn.osgeo.org/postgis/trunk@4499 b70326c6-7e19-0410-871a-916f4a2858ee
2009-09-15 19:50:24 +00:00

38 lines
1.1 KiB
C

/**********************************************************************
* $Id$
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
* Copyright 2009 Paul Ramsey <pramsey@cleverelephant.ca>
*
* This is free software; you can redistribute and/or modify it under
* the terms of the GNU General Public Licence. See the COPYING file.
*
**********************************************************************/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "CUnit/Basic.h"
#include "libgeom.h"
#include "cu_tester.h"
/***********************************************************************
** For new geometry library libgeom.h
*/
/* Test functions */
void test_typmod_macros(void);
void test_flags_macros(void);
void test_serialized_srid(void);
void test_gserialized_from_lwgeom_size(void);
void test_gserialized_from_lwgeom(void);
void test_lwgeom_from_gserialized(void);
void test_geometry_type_from_string(void);
void test_lwgeom_check_geodetic(void);
void test_lwgeom_count_vertices(void);
void test_on_gser_lwgeom_count_vertices(void);