mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2025-12-20 06:50: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
|
||||
c = configuration_data()
|
||||
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),
|
||||
configuration : c)
|
||||
executable('test-build-@0@'.format(h),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue