#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_amxb_ba_invoke.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(tests, NULL, NULL);
void test_amxb_async_call(UNUSED void **state)
void test_amxb_api_after_backend_removal(UNUSED void **state)
void test_amxb_wait_for_request(UNUSED void **state)
void test_amxb_async_invoke_and_close(UNUSED void **state)
void test_amxb_invoke(UNUSED void **state)
void test_amxb_new_free_invoke(UNUSED void **state)