test: rename test-util-includes.c to .c.in

This way it doesn't get picked up by static analysis tools which are
then unhappy about the @FILE@ placeholder

Part-of: <https://gitlab.freedesktop.org/libinput/libinput/-/merge_requests/1175>
This commit is contained in:
Peter Hutterer 2025-04-03 10:44:00 +10:00 committed by Marge Bot
parent 097e947523
commit a92d635af1
2 changed files with 1 additions and 1 deletions

View file

@ -287,7 +287,7 @@ util_headers = [
foreach h: util_headers foreach h: util_headers
c = configuration_data() c = configuration_data()
c.set_quoted('FILE', h) c.set_quoted('FILE', h)
testfile = configure_file(input : 'test/test-util-includes.c', testfile = configure_file(input : 'test/test-util-includes.c.in',
output : 'test-util-includes-@0@.c'.format(h), output : 'test-util-includes-@0@.c'.format(h),
configuration : c) configuration : c)
executable('test-build-@0@'.format(h), executable('test-build-@0@'.format(h),