Lines Matching full:run
26 # Return the default CPU type to run on
89 --target-cpu=CPU the CPU model to run on. If left unset, the run script
135 --[enable|disable]-efi Boot and run from UEFI (disabled by default, x86_64 and arm64 only)
139 Select whether to run EFI tests directly with QEMU's -kernel
141 system and run from the UEFI shell. Ignored when efi isn't enabled
413 if [ "$efi" = "y" ] && [ -f "$srcdir/$testdir/efi/run" ]; then
414 ln -fs "$srcdir/$testdir/efi/run" $testdir-run
415 elif [ -f "$srcdir/$testdir/run" ]; then
416 ln -fs "$srcdir/$testdir/run" $testdir-run
456 ln -sf "$srcdir/$testdir/run" $testdir/
458 ln -sf "$srcdir/$testsubdir/run" $testsubdir/