PostGIS  2.5.7dev-r@@SVN_REVISION@@
cu_out_wkt.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "CUnit/Basic.h"
#include "liblwgeom_internal.h"
#include "cu_tester.h"
Include dependency graph for cu_out_wkt.c:

Go to the source code of this file.

Functions

static int init_wkt_out_suite (void)
 
static int clean_wkt_out_suite (void)
 
static char * cu_wkt (char *wkt, uint8_t variant)
 
static void test_wkt_out_point (void)
 
static void test_wkt_out_linestring (void)
 
static void test_wkt_out_polygon (void)
 
static void test_wkt_out_multipoint (void)
 
static void test_wkt_out_multilinestring (void)
 
static void test_wkt_out_multipolygon (void)
 
static void test_wkt_out_collection (void)
 
static void test_wkt_out_circularstring (void)
 
static void test_wkt_out_compoundcurve (void)
 
static void test_wkt_out_curvpolygon (void)
 
static void test_wkt_out_multicurve (void)
 
static void test_wkt_out_multisurface (void)
 
void wkt_out_suite_setup (void)
 

Variables

static char * s = NULL