3 # Hubert Kario - test and test-dev
7 @echo To
install tlslite run
\".
/setup.py
install\" or
\"make
install\"
16 rm -rf tlslite
/utils
/*.pyc
17 rm -rf tlslite
/integration
/*.pyc
24 epydoc
--html
-v
--introspect-only
-o docs tlslite
30 cd tests
/ && python .
/tlstest.py server localhost
:4433 .
& sleep
1
31 cd tests
/ && python .
/tlstest.py client localhost
:4433 .
34 cd tests
/ && PYTHONPATH
=.. python .
/tlstest.py server localhost
:4433 .
& sleep
1
35 cd tests
/ && PYTHONPATH
=.. python .
/tlstest.py client localhost
:4433 .