libamxc
1.10.3
C Generic Data Containers
|
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include <time.h>
#include <setjmp.h>
#include <stdarg.h>
#include <cmocka.h>
#include <amxc/amxc_timestamp.h>
#include "test_amxc_timestamp.h"
#include <amxc/amxc_macros.h>
Go to the source code of this file.
Macros | |
#define | _GNU_SOURCE |
Functions | |
void | test_amxc_ts_now (UNUSED void **state) |
void | test_amxc_ts_parse_valid (UNUSED void **state) |
void | test_amxc_ts_parse_invalid (UNUSED void **state) |
void | test_amxc_ts_format_valid (UNUSED void **state) |
void | test_amxc_ts_format_invalid (UNUSED void **state) |
void | test_amxc_ts_format_precision_valid (UNUSED void **state) |
void | test_amxc_ts_is_valid (UNUSED void **state) |
void | test_amxc_ts_compare (UNUSED void **state) |
void | test_amxc_ts_to_tm (UNUSED void **state) |
void | test_amxc_ts_to_local (UNUSED void **state) |
void | test_amxc_ts_from_tm (UNUSED void **state) |
#define _GNU_SOURCE |
Definition at line 55 of file test_amxc_timestamp.c.
void test_amxc_ts_compare | ( | UNUSED void ** | state | ) |
Definition at line 274 of file test_amxc_timestamp.c.
void test_amxc_ts_format_invalid | ( | UNUSED void ** | state | ) |
Definition at line 195 of file test_amxc_timestamp.c.
void test_amxc_ts_format_precision_valid | ( | UNUSED void ** | state | ) |
Definition at line 216 of file test_amxc_timestamp.c.
void test_amxc_ts_format_valid | ( | UNUSED void ** | state | ) |
Definition at line 171 of file test_amxc_timestamp.c.
void test_amxc_ts_from_tm | ( | UNUSED void ** | state | ) |
Definition at line 357 of file test_amxc_timestamp.c.
void test_amxc_ts_is_valid | ( | UNUSED void ** | state | ) |
Definition at line 242 of file test_amxc_timestamp.c.
void test_amxc_ts_now | ( | UNUSED void ** | state | ) |
Definition at line 68 of file test_amxc_timestamp.c.
void test_amxc_ts_parse_invalid | ( | UNUSED void ** | state | ) |
Definition at line 125 of file test_amxc_timestamp.c.
void test_amxc_ts_parse_valid | ( | UNUSED void ** | state | ) |
Definition at line 88 of file test_amxc_timestamp.c.
void test_amxc_ts_to_local | ( | UNUSED void ** | state | ) |
Definition at line 324 of file test_amxc_timestamp.c.
void test_amxc_ts_to_tm | ( | UNUSED void ** | state | ) |
Definition at line 296 of file test_amxc_timestamp.c.