#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_amxb_local.h"
Go to the source code of this file.
◆ main()
Definition at line 62 of file test_main.c.
63 const struct CMUnitTest tests[] = {
void test_amxb_async_call(UNUSED void **state)
void test_amxb_subscribe(UNUSED void **state)
void test_amxb_set(UNUSED void **state)
void test_amxb_get_instances(UNUSED void **state)
void test_amxb_del(UNUSED void **state)
void test_amxb_add(UNUSED void **state)
void test_search_path_expr_func(UNUSED void **state)
void test_amxb_call(UNUSED void **state)
void test_amxb_get(UNUSED void **state)
void test_amxb_list(UNUSED void **state)
int test_amxb_local_setup(UNUSED void **state)
void test_amxb_subscribe_instance(UNUSED void **state)
void test_amxb_get_multiple(UNUSED void **state)
void test_amxb_publish(UNUSED void **state)
void test_amxb_get_key_path_reference(UNUSED void **state)
int test_amxb_local_teardown(UNUSED void **state)
void test_amxb_subscribe_non_existing(UNUSED void **state)
void test_amxb_subscribe_twice(UNUSED void **state)
void test_amxb_get_reference(UNUSED void **state)