libamxrt
0.4.2
Ambiorix Run Time Library
|
#include <stdlib.h>
#include <stdio.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include <string.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "test_amxrt_load_backends.h"
Go to the source code of this file.
Functions | |
int | test_load_backends_setup (UNUSED void **state) |
int | test_load_backends_teardown (UNUSED void **state) |
void | test_can_load_backends (UNUSED void **state) |
void | test_can_connect_default_sockets (UNUSED void **state) |
void test_can_connect_default_sockets | ( | UNUSED void ** | state | ) |
Definition at line 94 of file test_amxrt_load_backends.c.
void test_can_load_backends | ( | UNUSED void ** | state | ) |
Definition at line 76 of file test_amxrt_load_backends.c.
int test_load_backends_setup | ( | UNUSED void ** | state | ) |
Definition at line 66 of file test_amxrt_load_backends.c.
int test_load_backends_teardown | ( | UNUSED void ** | state | ) |
Definition at line 71 of file test_amxrt_load_backends.c.