Sign in
qemu
/
edk2
/
e9f4a2a934b1d6a0b9a0747f6858c005126d5ae9
/
.
/
AppPkg
/
Applications
/
Python
/
Python-2.7.2
/
Lib
/
test
/
autotest.py
blob: 92d8760ce08721351f760a3b8062c6458952d87b [
file
]
# This should be equivalent to running regrtest.py from the cmdline.
# It can be especially handy if you're in an interactive shell, e.g.,
# from test import autotest.
from
test
import
regrtest
regrtest
.
main
()