summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2015-08-23 17:20:18 +0200
committerWerner Koch <wk@gnupg.org>2015-08-23 17:20:18 +0200
commitfb3cb47b0a29d3e73150297aa4495c20915e4a75 (patch)
treee5c0058f338db2e11e6f4d92155c1ad769b60403 /tests
parent65639ecaaeba642e40487446c40d045482001285 (diff)
downloadlibgcrypt-fb3cb47b0a29d3e73150297aa4495c20915e4a75.tar.gz
tests: Add missing files for the make distcheck target.
* tests/Makefile.am (EXTRA_DIST): Add sha3-x test vector files. Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 9f8839ae..a5c10dd9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -57,7 +57,8 @@ noinst_HEADERS = t-common.h
EXTRA_DIST = README rsa-16k.key cavs_tests.sh cavs_driver.pl \
pkcs1v2-oaep.h pkcs1v2-pss.h pkcs1v2-v15c.h pkcs1v2-v15s.h \
- t-ed25519.inp stopwatch.h hashtest-256g.in
+ t-ed25519.inp stopwatch.h hashtest-256g.in \
+ sha3-224.h sha3-256.h sha3-384.h sha3-512.h
LDADD = $(standard_ldadd) $(GPG_ERROR_LIBS)
t_lock_LDADD = $(standard_ldadd) $(GPG_ERROR_MT_LIBS)