#include <stdlib.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include "test_amxc_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[] = {
76 return cmocka_run_group_tests_name(
"amxc-timestamp", tests, NULL, NULL);
void test_amxc_ts_compare(UNUSED void **state)
void test_amxc_ts_format_invalid(UNUSED void **state)
void test_amxc_ts_from_tm(UNUSED void **state)
void test_amxc_ts_format_valid(UNUSED void **state)
void test_amxc_ts_parse_valid(UNUSED void **state)
void test_amxc_ts_now(UNUSED void **state)
void test_amxc_ts_to_tm(UNUSED void **state)
void test_amxc_ts_parse_invalid(UNUSED void **state)
void test_amxc_ts_to_local(UNUSED void **state)
void test_amxc_ts_is_valid(UNUSED void **state)
void test_amxc_ts_format_precision_valid(UNUSED void **state)