test: Add infrastructure to parse valid raw message blobs
authorSimon McVittie <smcv@collabora.com>
Fri, 30 Sep 2022 13:00:08 +0000 (14:00 +0100)
committerSimon McVittie <smcv@collabora.com>
Wed, 5 Oct 2022 09:47:18 +0000 (10:47 +0100)
commit5d2b764d1fcbc1992b9fd5e532cd925bd3d69e6b
tree458f73dd1f86615f7a48e542f028d74c0ad3158d
parent51a5bbf9074855b0f4a353ed309938b196c13525
test: Add infrastructure to parse valid raw message blobs

Signed-off-by: Simon McVittie <smcv@collabora.com>
(cherry picked from commit 7a2c13d21be702c7b5b7288fb82a60adc5bd7378)
[backport to 1.14.x: discard Meson build system updates]
(cherry picked from commit 7a8f3c2af94063e4994a9780d00d700aa0ea8aef)
[backport to 1.12.x: resolve conflicts in build system; adjust signature
of test function for absence of 39ef65d0 in this branch]
test/Makefile.am
test/data/valid-messages/minimal.message-raw [new file with mode: 0644]
test/data/valid-messages/minimal.message-raw.hex [new file with mode: 0644]
test/message.c