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 | c766de8194c31b97173ba3f207c794a91f49c365 (patch) | |
| tree | fcd91a27df9f1f0c03950a8046b5022746128db8 /test/python/compare.sh | |
| parent | b16148d754f1f09586afd76e4f23c90d00c06320 (diff) | |
| download | lilliput-ae-implem-c766de8194c31b97173ba3f207c794a91f49c365.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 |
