components/python/pyopenssl/files/runtests
branchs11-update
changeset 2796 c5bf1ff321c2
equal deleted inserted replaced
2793:a22eef28a3ec 2796:c5bf1ff321c2
       
     1 #!/bin/sh
       
     2 # Script to run all the pyopenssl test scripts.
       
     3 for f in crypto rand ssl; do
       
     4         echo Running test_$f
       
     5         python test_$f.py
       
     6 done
       
     7