mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 03:20:05 +01:00
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:
parent
097e947523
commit
a92d635af1
2 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue