PostGIS  2.4.9dev-r@@SVN_REVISION@@

◆ band_basics_suite_setup()

void band_basics_suite_setup ( void  )

Definition at line 1257 of file cu_band_basics.c.

References PG_ADD_TEST, test_band_get_pixel_line(), test_band_metadata(), test_band_pixtype_16BSI(), test_band_pixtype_16BUI(), test_band_pixtype_1BB(), test_band_pixtype_2BUI(), test_band_pixtype_32BF(), test_band_pixtype_32BSI(), test_band_pixtype_32BUI(), test_band_pixtype_4BUI(), test_band_pixtype_64BF(), test_band_pixtype_8BSI(), and test_band_pixtype_8BUI().

Referenced by test_band_get_pixel_line().

1258 {
1259  CU_pSuite suite = CU_add_suite("band_basics", NULL, NULL);
1273 }
static void test_band_get_pixel_line()
static void test_band_pixtype_8BSI()
static void test_band_pixtype_1BB()
static void test_band_pixtype_32BUI()
#define PG_ADD_TEST(suite, testfunc)
static void test_band_pixtype_16BSI()
static void test_band_pixtype_32BF()
static void test_band_pixtype_4BUI()
static void test_band_metadata()
static void test_band_pixtype_8BUI()
static void test_band_pixtype_16BUI()
static void test_band_pixtype_64BF()
static void test_band_pixtype_32BSI()
static void test_band_pixtype_2BUI()
Here is the call graph for this function:
Here is the caller graph for this function: