diff options
author | 2019-06-19 11:58:03 +0300 | |
---|---|---|
committer | 2019-06-19 11:58:03 +0300 | |
commit | c499fc7bc9e1c3b8fe04ea5c80e5a7e0b16b11fc (patch) | |
tree | 5ec5eaeb3eb951f65715aa62a043c6ae7eac7854 /meson.build | |
parent | ef5cc380045bba05acfcba7d0e1c03046fdc82d0 (diff) | |
download | librin-c499fc7bc9e1c3b8fe04ea5c80e5a7e0b16b11fc.tar.gz librin-c499fc7bc9e1c3b8fe04ea5c80e5a7e0b16b11fc.tar.bz2 librin-c499fc7bc9e1c3b8fe04ea5c80e5a7e0b16b11fc.zip |
time: add a generalized time comparison function.
Signed-off-by: Gediminas Jakutis <gediminas@varciai.lt>
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 17de118..4aee09d 100644 --- a/meson.build +++ b/meson.build @@ -37,6 +37,7 @@ if get_option('tests') test('time add', test_e, args : ['time', 'add']) test('time subtract', test_e, args : ['time', 'sub']) test('time normalize', test_e, args : ['time', 'normalize']) + test('time compare', test_e, args : ['time', 'cmp']) test('time compare less', test_e, args : ['time', 'cmpless']) test('time compare more', test_e, args : ['time', 'cmpmore']) test('time compare less or equal', test_e, args : ['time', 'cmplessequal']) |