#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_amxb_ba_subscribe.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_subscription_find(UNUSED void **state)
void test_amxb_subscribe(UNUSED void **state)
void test_amxb_subscription_new(UNUSED void **state)
void test_amxb_unsubscribe(UNUSED void **state)
void test_amxb_subscribe_should_not_segfault(UNUSED void **state)
void test_amxb_wait_for(UNUSED void **state)