Searched refs:ASSERT_LONG_EQ (Results 1 – 2 of 2) sorted by relevance
/external/openssh/regress/unittests/conversion/ |
D | tests.c | 29 ASSERT_LONG_EQ(convtime("0"), 0); in tests() 30 ASSERT_LONG_EQ(convtime("1"), 1); in tests() 31 ASSERT_LONG_EQ(convtime("1S"), 1); in tests() 33 ASSERT_LONG_EQ(convtime("90m"), 5400); in tests() 34 ASSERT_LONG_EQ(convtime("1h30m"), 5400); in tests() 35 ASSERT_LONG_EQ(convtime("2d"), 172800); in tests() 36 ASSERT_LONG_EQ(convtime("1w"), 604800); in tests() 39 ASSERT_LONG_EQ(convtime("-7"), -1); in tests() 40 ASSERT_LONG_EQ(convtime("-9d"), -1); in tests() 44 ASSERT_LONG_EQ(convtime(buf), -1); in tests() [all …]
|
/external/openssh/regress/unittests/test_helper/ |
D | test_helper.h | 116 #define ASSERT_LONG_EQ(a1, a2) \ macro
|