diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-10 17:01:10 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-10 17:01:10 +0000 |
commit | 4e6ad671cb21180d13745c708021caa9ae086bb2 (patch) | |
tree | 8e96d438959c0d1dfbde772aeeb4eb9fc2aa03d7 /test/scripts/2990-sha3 | |
parent | 2be324ee17454ae5c5a32a3533aced861d103074 (diff) |
Testsuite: move sha3 tests to separate testcase
Diffstat (limited to 'test/scripts/2990-sha3')
-rw-r--r-- | test/scripts/2990-sha3/2990 | 13 | ||||
-rw-r--r-- | test/scripts/2990-sha3/REQUIRES | 1 |
2 files changed, 14 insertions, 0 deletions
diff --git a/test/scripts/2990-sha3/2990 b/test/scripts/2990-sha3/2990 new file mode 100644 index 000000000..e0d4aaf46 --- /dev/null +++ b/test/scripts/2990-sha3/2990 @@ -0,0 +1,13 @@ +# sha3 expansions +# +exim -be +sha256: ${sha256:} +sha256: ${sha256:abc} + +sha3: ${sha3:} +sha3: ${sha3:abc} +sha3_256: ${sha3_256:} +sha3_256: ${sha3_256:abc} +sha3_512: ${sha3_512:} +sha3_512: ${sha3_512:abc} +**** diff --git a/test/scripts/2990-sha3/REQUIRES b/test/scripts/2990-sha3/REQUIRES new file mode 100644 index 000000000..378d36d0b --- /dev/null +++ b/test/scripts/2990-sha3/REQUIRES @@ -0,0 +1 @@ +feature _CRYPTO_HASH_SHA3 |