#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_proc_ctrl.h"
Go to the source code of this file.
◆ main()
Definition at line 62 of file test_main.c.
63 const struct CMUnitTest tests[] = {
71 return cmocka_run_group_tests_name(
"amxp-proc-ctrl", tests, NULL, NULL);
void test_proc_is_stopped_when_timer_expires(UNUSED void **state)
void test_proc_ctrl_start_stop(UNUSED void **state)
void test_proc_can_stop_children(UNUSED void **state)
void test_proc_ctrl_new_delete(UNUSED void **state)
void test_proc_can_stop_timer(UNUSED void **state)
void test_proc_is_stopped_when_timer_is_set_after_start(UNUSED void **state)