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