WinTer 0.1.1
Windows Terminal Emulator
Loading...
Searching...
No Matches
test_base.c File Reference
#include "test_harness.h"
#include "base/base_macros.h"
#include "base/base_strings.h"
#include "base/base_types.h"
Include dependency graph for test_base.c:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  TestNode
 Dummy node used for testing intrusive linked list macros. More...

Typedefs

typedef struct TestNode TestNode
 Dummy node used for testing intrusive linked list macros.

Functions

static void test_macros_math (void)
static void test_macros_linked_list (void)
static void test_strings_operations (void)

Typedef Documentation

◆ TestNode

typedef struct TestNode TestNode

Dummy node used for testing intrusive linked list macros.

Function Documentation

◆ test_macros_linked_list()

void test_macros_linked_list ( void )
static

Definition at line 24 of file test_base.c.

◆ test_macros_math()

void test_macros_math ( void )
static

Definition at line 14 of file test_base.c.

◆ test_strings_operations()

void test_strings_operations ( void )
static

Definition at line 42 of file test_base.c.

Here is the call graph for this function: