mirror of
				https://github.com/qemu/qemu.git
				synced 2025-10-31 04:06:46 +00:00 
			
		
		
		
	 4fbcdcd742
			
		
	
	
		4fbcdcd742
		
	
	
	
	
		
			
			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>
		
			
				
	
	
		
			15 lines
		
	
	
		
			291 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			291 B
		
	
	
	
		
			Meson
		
	
	
	
	
	
| 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@']
 | |
| )
 |