diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-07-02 16:09:07 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-07-02 17:11:13 +0200 |
| commit | 53229fa55e46f4d474cd38f31185aa8dcb83c701 (patch) | |
| tree | fcd91a27df9f1f0c03950a8046b5022746128db8 /test/python/compare.sh | |
| parent | 401fd928088f51e90e391377c9d696b162d1878f (diff) | |
| download | lilliput-ae-implem-53229fa55e46f4d474cd38f31185aa8dcb83c701.tar.xz | |
Parallélisation de la génération des vecteurs Python
Diffstat (limited to 'test/python/compare.sh')
| -rwxr-xr-x | test/python/compare.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/python/compare.sh b/test/python/compare.sh index 414eb1e..c5c5eeb 100755 --- a/test/python/compare.sh +++ b/test/python/compare.sh @@ -1,7 +1,7 @@ #!/bin/bash PYTHON_DIR=$(dirname $0) -ROOT_DIR=${PYTHON_DIR}/../../ +ROOT_DIR=${PYTHON_DIR}/../.. RESULTS_DIR=${ROOT_DIR}/results CRYPTO_AEAD=${ROOT_DIR}/crypto_aead |
