c-template
|
#include <stdio.h>
#include <stdbool.h>
#include <stdlib.h>
#include <stdarg.h>
#include <stddef.h>
#include <setjmp.h>
#include <cmocka.h>
#include <assert.h>
#include <string.h>
#include "../../include/utils/colors.h"
Go to the source code of this file.
Data Structures | |
struct | args |
struct | test |
Typedefs | |
typedef struct args | args |
typedef struct test | test |
Functions | |
void | test_print_color (void **state) |
void | test_get_ansi_color_scheme (void **state) |
void | validate_test_args (test testdata) |
int | main (void) |
int main | ( | void | ) |
void test_get_ansi_color_scheme | ( | void ** | state | ) |
Definition at line 38 of file colors_test.c.
void test_print_color | ( | void ** | state | ) |
void validate_test_args | ( | test | testdata | ) |
Definition at line 26 of file colors_test.c.