aboutsummaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorkinichiro <kinichiro.inoguchi@gmail.com>2020-05-04 20:55:07 +0900
committerkinichiro <kinichiro.inoguchi@gmail.com>2020-05-04 21:26:16 +0900
commit4270e6716f03a2c65fb2c5f22348f657abccc771 (patch)
treece6e5d379e8a2ac1ac6c52c6f6577563b84e2d33 /tests/Makefile.am
parent1b2044f355884e330eb5578e6edab8476bd88828 (diff)
downloadportable-4270e6716f03a2c65fb2c5f22348f657abccc771.tar.gz
portable-4270e6716f03a2c65fb2c5f22348f657abccc771.tar.bz2
portable-4270e6716f03a2c65fb2c5f22348f657abccc771.zip
Enable regress handshake_table
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 7463f26..86db040 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -228,7 +228,8 @@ check_PROGRAMS += gost2814789t
228gost2814789t_SOURCES = gost2814789t.c 228gost2814789t_SOURCES = gost2814789t.c
229 229
230# handshake_table 230# handshake_table
231noinst_PROGRAMS = handshake_table 231TESTS += handshake_table
232check_PROGRAMS += handshake_table
232handshake_table_SOURCES = handshake_table.c 233handshake_table_SOURCES = handshake_table.c
233 234
234# hkdf_test 235# hkdf_test