components/python/pyopenssl/files/runtests
changeset 1456 b367e3ae9667
equal deleted inserted replaced
1455:74681f26bd4e 1456:b367e3ae9667
       
     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