mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 09:13:55 -06:00
meson: convert migration/initrd-stress
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Message-Id: <20200828110734.1638685-17-marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
3909def82a
commit
4fbcdcd742
4 changed files with 25 additions and 14 deletions
14
tests/migration/meson.build
Normal file
14
tests/migration/meson.build
Normal file
|
@ -0,0 +1,14 @@
|
|||
stress = executable(
|
||||
'stress',
|
||||
files('stress.c'),
|
||||
dependencies: [glib],
|
||||
link_args: ['-static'],
|
||||
build_by_default: false,
|
||||
)
|
||||
|
||||
custom_target(
|
||||
'initrd-stress.img',
|
||||
output: 'initrd-stress.img',
|
||||
input: stress,
|
||||
command: [find_program('initrd-stress.sh'), '@OUTPUT@', '@INPUT@']
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue