Lines Matching +full:90 +full:h
8 #include "includes.h"
10 #include <sys/types.h>
11 #include <limits.h>
12 #include <stdio.h>
14 #include <stdint.h>
16 #include <stdlib.h>
17 #include <string.h>
19 #include "../test_helper/test_helper.h"
21 #include "log.h"
22 #include "misc.h"
23 #include "ssherr.h"
38 ASSERT_INT_EQ(convtime("1m30"), 90); in test_convtime()
39 ASSERT_INT_EQ(convtime("1m30s"), 90); in test_convtime()
41 ASSERT_INT_EQ(convtime("1h30m"), 90 * 60); in test_convtime()