From c766de8194c31b97173ba3f207c794a91f49c365 Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Tue, 2 Jul 2019 16:09:07 +0200 Subject: Parallélisation de la génération des vecteurs Python MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test/python/compare.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/python/compare.sh') 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 -- cgit v1.2.3