Skip to content
Snippets Groups Projects
Commit d3e88953 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[*] Fix list of tests to copy

parent 918b57c6
No related branches found
No related tags found
1 merge request!26Support 3689
...@@ -20,8 +20,10 @@ script: ...@@ -20,8 +20,10 @@ script:
- cd build - cd build
- cmake - cmake
- make - make
- cp ../test/* ./ - cp ../test/test_b58.py ./
- python3.7 main_test.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_b58.py
- python3.7 test_b64.py - python3.7 test_b64.py
- python3.7 test_iaes256_cbc.py - python3.7 test_iaes256_cbc.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment