#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_variant_double.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_name(
"amxc-variant-fd", tests, NULL, NULL);
void test_variant_double_convert_to_bool(UNUSED void **state)
void test_variant_double_copy(UNUSED void **state)
void test_variant_double_convert_to_string(UNUSED void **state)
void test_variant_double_compare(UNUSED void **state)
void test_variant_double_convert_to_integer(UNUSED void **state)
void test_variant_double_convert_to_htable(UNUSED void **state)
void test_variant_double_set_get(UNUSED void **state)
void test_variant_double_convert_to_list(UNUSED void **state)
void test_variant_double_add(UNUSED void **state)