#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_amxd_function_describe.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_amxd_can_describe_singleton_object(UNUSED void **state)
int test_function_describe_setup(UNUSED void **state)
void test_amxd_describe_can_use_to_high_access(UNUSED void **state)
int test_function_describe_teardown(UNUSED void **state)
void test_amxd_describe_can_use_rel_path(UNUSED void **state)
void test_amxd_describe_fails_with_invalid_rel_path(UNUSED void **state)