MCPcopy Create free account
hub / github.com/coreboot/coreboot / test_timestamp_init

Function test_timestamp_init

tests/lib/timestamp-test.c:12–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10TEST_REGION(timestamp, TIMESTAMP_REGION_SIZE);
11
12void test_timestamp_init(void **state)
13{
14 timestamp_init(1000);
15
16 assert_non_null(glob_ts_table);
17}
18
19void test_timestamp_add(void **state)
20{

Callers

nothing calls this directly

Calls 1

timestamp_initFunction · 0.85

Tested by

no test coverage detected