PostGIS
2.4.9dev-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__ */
register_shp2pgsql_suite
CU_pSuite register_shp2pgsql_suite(void)
Definition:
cu_shp2pgsql.c:26
register_list_suite
CU_pSuite register_list_suite(void)
register_pgsql2shp_suite
CU_pSuite register_pgsql2shp_suite(void)
Definition:
cu_pgsql2shp.c:26
loader
cunit
cu_tester.h
Generated by
1.8.13