PostGIS  2.4.9dev-r@@SVN_REVISION@@
raster/test/cunit/cu_tester.h File Reference
#include "librtcore.h"
#include "../../../postgis_config.h"
#include "../../raster_config.h"
Include dependency graph for raster/test/cunit/cu_tester.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MAX_CUNIT_MSG_LENGTH   512
 
#define PG_ADD_TEST(suite, testfunc)   CU_add_test(suite, #testfunc, testfunc)
 

Typedefs

typedef void(* PG_SuiteSetup) (void)
 

Functions

void cu_error_msg_reset (void)
 
void cu_free_raster (rt_raster raster)
 
rt_band cu_add_band (rt_raster raster, rt_pixtype pixtype, int hasnodata, double nodataval)
 

Variables

char cu_error_msg [MAX_CUNIT_MSG_LENGTH+1]