summaryrefslogtreecommitdiff
path: root/nist/make-package.sh
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-29 15:21:39 +0100
committerKévin Le Gouguec <kevin.legouguec@airbus.com>2018-11-29 15:21:39 +0100
commit4ee53ce2ac2e32aa9ae9c2334f0770d7f5f28fa8 (patch)
treea8ff5ca7466b5e9f4c80d2addffca6119ff8da4a /nist/make-package.sh
parentffd17baa2f156d90f854e72eee374f0bc5abc99e (diff)
downloadlilliput-ae-implem-4ee53ce2ac2e32aa9ae9c2334f0770d7f5f28fa8.tar.xz
Ajout d'une cible dans le Makefile pour la livraison NIST
Et aussi : - extraction des sources de TestVectorGen.zip (la flemme de m'assurer que le conteneur GCC aura unzip) - dépôt dans le dossier results ; on laissera Gitlab archiver le résultat pour nous
Diffstat (limited to 'nist/make-package.sh')
-rwxr-xr-xnist/make-package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/nist/make-package.sh b/nist/make-package.sh
index 009d997..4a4ae13 100755
--- a/nist/make-package.sh
+++ b/nist/make-package.sh
@@ -81,7 +81,7 @@ test-variant ()
}
-unzip ${NIST_DIR}/TestVectorGen.zip -d ${TMP_DIR}
+cp ${NIST_DIR}/TestVectorGen/* ${TMP_DIR}
for mode in i ii
do
@@ -92,6 +92,6 @@ do
done
done
-tar czf lilliput-ae.tgz -C ${TMP_DIR} crypto_aead
+cp -r ${TMP_DIR}/crypto_aead results/
cleanup