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:
Romain Vimont 2020-06-04 21:43:07 +02:00
parent a00a8763d6
commit 08c0c64af6

View file

@ -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',
]],