#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_amxd_dm.h"
Go to the source code of this file.
◆ main()
Definition at line 62 of file test_main.c.
63 const struct CMUnitTest tests[] = {
72 return cmocka_run_group_tests(tests, NULL, NULL);
void test_amxd_dm_root_object_signals(UNUSED void **state)
void test_amxd_dm_new_delete(UNUSED void **state)
void test_amxd_dm_add_root_object(UNUSED void **state)
void test_amxd_dm_error_string(UNUSED void **state)
void test_amxd_dm_init_clean(UNUSED void **state)
void test_amxd_dm_get_root(UNUSED void **state)
void test_amxd_dm_remove_root_object(UNUSED void **state)