tests/build: Fix test driver protocol code target name

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2810>
This commit is contained in:
Jonas Ådahl 2023-01-27 12:13:22 +01:00 committed by Marge Bot
parent 99a0dd447b
commit e9eb1f504e

View File

@ -21,7 +21,7 @@ test_driver_client_header = custom_target(
) )
test_driver_protocol_code = custom_target( test_driver_protocol_code = custom_target(
'test-driver source', 'test-driver protocol code',
input: 'test-driver.xml', input: 'test-driver.xml',
output: 'test-driver-protocol.c', output: 'test-driver-protocol.c',
command: [ command: [