]> Git Repo - qemu.git/blob - tests/migration/meson.build
works with less than base ISA qemu-system-riscv32 -M virt -bios none -kernel output...
[qemu.git] / tests / migration / meson.build
1 stress = executable(
2   'stress',
3   files('stress.c'),
4   dependencies: [glib],
5   link_args: ['-static'],
6   build_by_default: false,
7 )
8
9 custom_target(
10   'initrd-stress.img',
11   output: 'initrd-stress.img',
12   input: stress,
13   command: [find_program('initrd-stress.sh'), '@OUTPUT@', '@INPUT@']
14 )
This page took 0.025732 seconds and 4 git commands to generate.