diff options
author | Hans Nilsson <[email protected]> | 2017-05-29 12:47:33 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2017-05-29 12:47:33 +0200 |
commit | 3c00c03605b038faa94144611894280d555c2acb (patch) | |
tree | d041bc531c80923f8d775b6857ec53f7ccd55fc6 /lib/crypto/test/Makefile | |
parent | 023c7e18b7b9d3abec6eb771159b221a00ee9272 (diff) | |
parent | 16c1a5dab6435f595c2a8c252288f37039ceab12 (diff) | |
download | otp-3c00c03605b038faa94144611894280d555c2acb.tar.gz otp-3c00c03605b038faa94144611894280d555c2acb.tar.bz2 otp-3c00c03605b038faa94144611894280d555c2acb.zip |
Merge pull request #1396 from RoadRunnr/crypto/cavp
crypto: replace AES test vectors with validation data from NIST CAVP program
OTP-14436
Diffstat (limited to 'lib/crypto/test/Makefile')
-rw-r--r-- | lib/crypto/test/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/test/Makefile b/lib/crypto/test/Makefile index 5a81c84558..138081d386 100644 --- a/lib/crypto/test/Makefile +++ b/lib/crypto/test/Makefile @@ -77,6 +77,7 @@ release_spec: release_tests_spec: $(TEST_TARGET) $(INSTALL_DIR) "$(RELSYSDIR)" $(INSTALL_DATA) crypto.spec crypto.cover $(RELTEST_FILES) "$(RELSYSDIR)" + @tar cfh - crypto_SUITE_data | (cd "$(RELSYSDIR)"; tar xf -) chmod -R u+w "$(RELSYSDIR)" release_docs_spec: |