#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_timer.h"
Go to the source code of this file.
◆ main()
Definition at line 62 of file test_main.c.
63 const struct CMUnitTest tests[] = {
74 return cmocka_run_group_tests_name(
"amxp-timer", tests, NULL, NULL);
void test_timer_callback_is_called(UNUSED void **state)
void test_timer_can_delete_timers_in_callback(UNUSED void **state)
void test_timer_can_delete_add_timers_in_callback(UNUSED void **state)
void test_can_start_timers(UNUSED void **state)
void test_timer_with_0_timeout_test2(UNUSED void **state)
void test_can_start_interval_timer(UNUSED void **state)
void test_can_create_timer(UNUSED void **state)
void test_can_restart_timer(UNUSED void **state)
void test_timer_with_0_timeout_test1(UNUSED void **state)