#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_amxb_ba_connect.h"
Go to the source code of this file.
◆ main()
Definition at line 62 of file test_main.c.
63 const struct CMUnitTest tests[] = {
74 return cmocka_run_group_tests(tests, NULL, NULL);
void test_amxb_listen(UNUSED void **state)
void test_amxb_read(UNUSED void **state)
void test_amxb_list_uris(UNUSED void **state)
void test_amxb_disconnect(UNUSED void **state)
void test_amxb_read_raw(UNUSED void **state)
void test_amxb_connect(UNUSED void **state)
void test_amxb_accept(UNUSED void **state)
void test_amxb_get_fd(UNUSED void **state)
void test_amxb_find_uris(UNUSED void **state)