#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_variant_timestamp.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-timestamp", tests, NULL, NULL);
void test_variant_ts_convert_to_double(UNUSED void **state)
void test_variant_ts_get(UNUSED void **state)
void test_variant_ts_add_to_composite_types(UNUSED void **state)
void test_variant_ts_convert_to_string(UNUSED void **state)
void test_variant_ts_convert_to_int64(UNUSED void **state)
void test_variant_ts_compare(UNUSED void **state)
void test_variant_ts_copy(UNUSED void **state)
void test_variant_ts_convert_to_any(UNUSED void **state)
void test_variant_ts_convert_to_other_int(UNUSED void **state)