From ce2f023c3445c47e7ff75a287f6f646f8b545127 Mon Sep 17 00:00:00 2001 From: "alexey.stratulat" <alexey.stratulat@demlabs.net> Date: Tue, 24 Sep 2019 21:15:24 +0700 Subject: [PATCH] [*] Updated README.md file. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 8220e145..160dbc91 100644 --- a/README.md +++ b/README.md @@ -7,12 +7,9 @@ libdap-crypto python binding ``` mkdir build cd build -cmake ../ +cmake -BUILD_DAP_CRYPTO_PYTHON_TESTS=ON ../ make -cp ../test/test_b58.py ./ -cp ../test/test_b64.py ./ -cp ../test/test_iaes256_cbc.py ./ -cp ../test/test_oaes.py ./ +cd test python3.7 test_b58.py python3.7 test_b64.py python3.7 test_iaes256_cbc.py -- GitLab