From 14526eb1d0e641a3a03c163e0e3204aab732e7be Mon Sep 17 00:00:00 2001 From: Alexey Stratulat <alexey.stratulat@demlabs.net> Date: Fri, 26 Jul 2019 18:35:59 +0700 Subject: [PATCH] [+] Added picture result work Travis-CI and information about compiling and testing module. --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 89d60a5f..8220e145 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,20 @@ # libdap-crypto-python libdap-crypto python binding + +[](https://travis-ci.com/cellframe/libdap-crypto-python) + +## Build and Run tests: +``` +mkdir build +cd build +cmake ../ +make +cp ../test/test_b58.py ./ +cp ../test/test_b64.py ./ +cp ../test/test_iaes256_cbc.py ./ +cp ../test/test_oaes.py ./ +python3.7 test_b58.py +python3.7 test_b64.py +python3.7 test_iaes256_cbc.py +python3.7 test_oaes.py +``` -- GitLab