libamxrt
0.4.2
Ambiorix Run Time Library
|
#include <amxrt/amxrt.h>
#include <amxc/amxc.h>
#include <amxp/amxp.h>
#include <amxd/amxd_object.h>
#include <amxo/amxo.h>
Go to the source code of this file.
Functions | |
int | test_amxrt_el_setup (UNUSED void **state) |
int | test_amxrt_el_teardown (UNUSED void **state) |
void | test_eventloop_is_working (UNUSED void **state) |
void | test_can_add_fds (UNUSED void **state) |
void | test_can_add_fds_before_el_start (UNUSED void **state) |
void | test_can_wait_ready_write (UNUSED void **state) |
void | test_can_remove_fds (UNUSED void **state) |
void | test_can_destroy_el_without_create (UNUSED void **state) |
void | test_runtime_run_creates_el (UNUSED void **state) |
void | test_eventloop_cbs (UNUSED void **state) |
void | test_eventloop_event_base_new_fails (UNUSED void **state) |
int test_amxrt_el_setup | ( | UNUSED void ** | state | ) |
Definition at line 142 of file test_amxrt_eloop.c.
int test_amxrt_el_teardown | ( | UNUSED void ** | state | ) |
Definition at line 147 of file test_amxrt_eloop.c.
void test_can_add_fds | ( | UNUSED void ** | state | ) |
Definition at line 240 of file test_amxrt_eloop.c.
void test_can_add_fds_before_el_start | ( | UNUSED void ** | state | ) |
Definition at line 280 of file test_amxrt_eloop.c.
void test_can_destroy_el_without_create | ( | UNUSED void ** | state | ) |
Definition at line 414 of file test_amxrt_eloop.c.
void test_can_remove_fds | ( | UNUSED void ** | state | ) |
Definition at line 381 of file test_amxrt_eloop.c.
void test_can_wait_ready_write | ( | UNUSED void ** | state | ) |
Definition at line 337 of file test_amxrt_eloop.c.
void test_eventloop_cbs | ( | UNUSED void ** | state | ) |
Definition at line 435 of file test_amxrt_eloop.c.
void test_eventloop_event_base_new_fails | ( | UNUSED void ** | state | ) |
Definition at line 449 of file test_amxrt_eloop.c.
void test_eventloop_is_working | ( | UNUSED void ** | state | ) |
Definition at line 171 of file test_amxrt_eloop.c.
void test_runtime_run_creates_el | ( | UNUSED void ** | state | ) |
Definition at line 418 of file test_amxrt_eloop.c.