add libsodium tests
This commit is contained in:
@ -13,6 +13,7 @@ before_install:
|
||||
- sudo apt-get install -qq build-essential libssl-dev swig python-m2crypto python-numpy dnsutils
|
||||
- pip install m2crypto salsa20 pep8 pyflakes nose
|
||||
- sudo tests/socksify/install.sh
|
||||
- sudo tests/libsodium/install.sh
|
||||
script:
|
||||
- pep8 .
|
||||
- pyflakes .
|
||||
@ -24,6 +25,8 @@ script:
|
||||
- python tests/test.py -c tests/aes-cfb8.json
|
||||
- python tests/test.py -c tests/rc4-md5.json
|
||||
- python tests/test.py -c tests/salsa20.json
|
||||
- python tests/test.py -c tests/chacha20.json
|
||||
- python tests/test.py -c tests/salsa20-ctr.json
|
||||
- python tests/test.py -c tests/table.json
|
||||
- python tests/test.py -c tests/server-multi-ports.json
|
||||
- python tests/test.py -s tests/server-multi-passwd.json -c tests/server-multi-passwd-client-side.json
|
||||
|
Reference in New Issue
Block a user