postgis/loader/cunit/cu_tester.h
Mark Cave-Ayland baeeefeb22 Update loader regression test suite to add a simple test for shp2pgsql (much as we now do for pgsql2shp).
Note that these tests aren't completely comprehensive and should be expanded, with the long term aim
of moving the loader regression tests out of the main regression harness and into CUnit instead.

git-svn-id: http://svn.osgeo.org/postgis/trunk@7551 b70326c6-7e19-0410-871a-916f4a2858ee
2011-07-02 13:43:35 +00:00

22 lines
658 B
C

/**********************************************************************
* $Id: cu_tester.h 5674 2010-06-03 02:04:15Z mleslie $
*
* PostGIS - Spatial Types for PostgreSQL
* http://postgis.refractions.net
* Copyright 2010 Mark Leslie
*
* This is free software; you can redistribute and/or modify it under
* the terms of the GNU General Public Licence. See the COPYING file.
*
**********************************************************************/
#ifndef __cu_tester_h__
#define __cu_tester_h__
CU_pSuite register_list_suite(void);
CU_pSuite register_shp2pgsql_suite(void);
CU_pSuite register_pgsql2shp_suite(void);
#endif /* __cu_tester_h__ */