Rename test names from "event" to "msg"
The meson test names had not been changed when "event" had been renamed
to "message".
Ref: 28980bbc90
This commit is contained in:
parent
a00a8763d6
commit
08c0c64af6
1 changed files with 2 additions and 2 deletions
|
@ -164,12 +164,12 @@ if get_option('buildtype') == 'debug'
|
|||
'src/cli.c',
|
||||
'src/util/str_util.c',
|
||||
]],
|
||||
['test_control_event_serialize', [
|
||||
['test_control_msg_serialize', [
|
||||
'tests/test_control_msg_serialize.c',
|
||||
'src/control_msg.c',
|
||||
'src/util/str_util.c',
|
||||
]],
|
||||
['test_device_event_deserialize', [
|
||||
['test_device_msg_deserialize', [
|
||||
'tests/test_device_msg_deserialize.c',
|
||||
'src/device_msg.c',
|
||||
]],
|
||||
|
|
Loading…
Reference in a new issue