Rename test names from "event" to "msg"

The meson test names had not been changed when "event" had been renamed
to "message".

Ref: 28980bbc90
pr1502
Romain Vimont 4 years ago
parent a00a8763d6
commit 08c0c64af6

@ -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…
Cancel
Save