Add tests for command-line parsing

This commit is contained in:
Romain Vimont
2019-12-08 22:11:54 +01:00
parent d950383b72
commit 929bf48c7e
3 changed files with 134 additions and 0 deletions

View File

@@ -148,6 +148,11 @@ tests = [
['test_cbuf', [
'tests/test_cbuf.c',
]],
['test_cli', [
'tests/test_cli.c',
'src/cli.c',
'src/util/str_util.c',
]],
['test_control_event_serialize', [
'tests/test_control_msg_serialize.c',
'src/control_msg.c',