PostGIS  2.5.7dev-r@@SVN_REVISION@@
loader/cunit/cu_tester.h
Go to the documentation of this file.
1 /**********************************************************************
2  *
3  * PostGIS - Spatial Types for PostgreSQL
4  * http://postgis.net
5  * Copyright 2010 Mark Leslie
6  *
7  * This is free software; you can redistribute and/or modify it under
8  * the terms of the GNU General Public Licence. See the COPYING file.
9  *
10  **********************************************************************/
11 
12 
13 #ifndef __cu_tester_h__
14 #define __cu_tester_h__
15 
16 CU_pSuite register_list_suite(void);
17 CU_pSuite register_shp2pgsql_suite(void);
18 CU_pSuite register_pgsql2shp_suite(void);
19 
20 #endif /* __cu_tester_h__ */
CU_pSuite register_shp2pgsql_suite(void)
Definition: cu_shp2pgsql.c:26
CU_pSuite register_list_suite(void)
CU_pSuite register_pgsql2shp_suite(void)
Definition: cu_pgsql2shp.c:26