| 10 | TEST_REGION(timestamp, TIMESTAMP_REGION_SIZE); |
| 11 | |
| 12 | void test_timestamp_init(void **state) |
| 13 | { |
| 14 | timestamp_init(1000); |
| 15 | |
| 16 | assert_non_null(glob_ts_table); |
| 17 | } |
| 18 | |
| 19 | void test_timestamp_add(void **state) |
| 20 | { |
nothing calls this directly
no test coverage detected