Cross Reference: runtests
xref
: /
solaris-userland-s11u3
/
components
/
python
/
pyopenssl
/
files
/
runtests
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
runtests revision 2086
2086
N/A
#!/
bin
/
sh
2086
N/A
# Script to run all the pyopenssl test scripts.
2086
N/A
for
f
in
crypto
rand
ssl
;
do
2086
N/A
echo
Running
test_
$f
2086
N/A
python
test_
$
f.py
2086
N/A
done
2086
N/A