LMMS
Loading...
Searching...
No Matches
forge-overflow-test.c File Reference
#include "lv2/atom/atom-test-utils.c"
#include "lv2/atom/atom.h"
#include "lv2/atom/forge.h"
#include "lv2/urid/urid.h"
#include <assert.h>
#include <stdint.h>
#include <stdlib.h>

Macros

#define MAX_CHARS   15

Functions

static int test_string_overflow (void)
static int test_literal_overflow (void)
static int test_sequence_overflow (void)
static int test_vector_head_overflow (void)
static int test_vector_overflow (void)
static int test_tuple_overflow (void)
int main (void)

Macro Definition Documentation

◆ MAX_CHARS

#define MAX_CHARS   15

Function Documentation

◆ main()

int main ( void )

◆ test_literal_overflow()

int test_literal_overflow ( void )
static

◆ test_sequence_overflow()

int test_sequence_overflow ( void )
static

◆ test_string_overflow()

int test_string_overflow ( void )
static

◆ test_tuple_overflow()

int test_tuple_overflow ( void )
static

◆ test_vector_head_overflow()

int test_vector_head_overflow ( void )
static

◆ test_vector_overflow()

int test_vector_overflow ( void )
static