hw/misc/mps2-scc: Support configurable number of OSCCLK values
[qemu/ar7.git] / tests / migration / meson.build
blobf215ee7d3a38068b4fd2e40ecfca521b463df0dd
1 stress = executable(
2   'stress',
3   files('stress.c'),
4   dependencies: [glib],
5   link_args: ['-static'],
6   build_by_default: false,
9 custom_target(
10   'initrd-stress.img',
11   output: 'initrd-stress.img',
12   input: stress,
13   command: [find_program('initrd-stress.sh'), '@OUTPUT@', '@INPUT@']