Gitiles
Code Review
Sign In
gerrit.openbmc.org
/
mdmillerii
/
openbmc
/
ca4bf03be80994eb4ea1368a2f5c3393c9150d7a
/
.
/
meta-xilinx
/
meta-xilinx-bsp
/
recipes-devtools
/
qemu
/
qemu
/
run-ptest
blob: b25a792d4f023af41f994cd163f6ccacf73fd01c [
file
] [
log
] [
blame
]
#!/bin/sh
#
#This script is used to run qemu test suites
#
ptestdir
=
$
(
dirname
"$(readlink -f "
$0
")"
)
export SRC_PATH
=
$ptestdir
cd $ptestdir
/
tests
make
-
f
Makefile
.
include
-
k runtest
-
TESTS
|
sed
'/^ok /s/ok /PASS: /g'