PostGIS 3.7.0dev-r@@SVN_REVISION@@
Loading...
Searching...
No Matches
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
16CU_pSuite register_list_suite(void);
17CU_pSuite register_shp2pgsql_suite(void);
18CU_pSuite register_pgsql2shp_suite(void);
19
20#endif /* __cu_tester_h__ */
CU_pSuite register_shp2pgsql_suite(void)
CU_pSuite register_list_suite(void)
CU_pSuite register_pgsql2shp_suite(void)