diff options
| author | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-03-26 15:42:44 +0100 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@airbus.com> | 2019-03-26 15:44:53 +0100 |
| commit | d796c93e30ea9a4901bbc760f26f14ba7e54cad3 (patch) | |
| tree | 2369627458c3fd78bf5a47c4fbf78a5f690318a0 /nist/make-package.sh | |
| parent | d522f00fa80c91da25aff834f446c285e4654e7b (diff) | |
| download | lilliput-ae-implem-d796c93e30ea9a4901bbc760f26f14ba7e54cad3.tar.xz | |
[implem-vhdl] Ajout dans le répertoire de soumission
Diffstat (limited to 'nist/make-package.sh')
| -rwxr-xr-x | nist/make-package.sh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/nist/make-package.sh b/nist/make-package.sh index c3bbd32..bdf3a27 100755 --- a/nist/make-package.sh +++ b/nist/make-package.sh @@ -113,8 +113,10 @@ do done done +${NIST_DIR}/package-python.sh ${TMP_DIR} +${NIST_DIR}/package-vhdl.sh ${TMP_DIR} + cp -r ${TMP_DIR}/crypto_aead . cleanup -${NIST_DIR}/package-python.sh |
