#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_amxb_backend_mngr.h"
Go to the source code of this file.
◆ main()
Definition at line 62 of file test_main.c.
63 const struct CMUnitTest tests[] = {
77 return cmocka_run_group_tests(tests, NULL, NULL);
void test_amxb_be_remove(UNUSED void **state)
void test_amxb_be_get_version(UNUSED void **state)
void test_amxb_be_load(UNUSED void **state)
void test_amxb_set_config(UNUSED void **state)
void test_amxb_be_unregister(UNUSED void **state)
void test_amxb_be_load_version_checking(UNUSED void **state)
void test_amxb_be_get_info(UNUSED void **state)
void test_amxb_be_find(UNUSED void **state)
void test_amxb_be_load_same_multiple_times(UNUSED void **state)
void test_amxb_be_register(UNUSED void **state)
void test_amxb_be_remove_all(UNUSED void **state)
void test_amxb_be_load_multiple(UNUSED void **state)