Add clock tests

The clock rolling sum is not trivial. Test it.
This commit is contained in:
Romain Vimont
2021-07-06 23:57:01 +02:00
parent 3397720330
commit 2f03141e9f
2 changed files with 83 additions and 0 deletions

View File

@@ -168,6 +168,10 @@ if get_option('buildtype') == 'debug'
'src/cli.c',
'src/util/str_util.c',
]],
['test_clock', [
'tests/test_clock.c',
'src/clock.c',
]],
['test_control_msg_serialize', [
'tests/test_control_msg_serialize.c',
'src/control_msg.c',