aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 8b0b118..e9e82e9 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -216,6 +216,10 @@ TESTS += gost2814789t
216check_PROGRAMS += gost2814789t 216check_PROGRAMS += gost2814789t
217gost2814789t_SOURCES = gost2814789t.c 217gost2814789t_SOURCES = gost2814789t.c
218 218
219# handshake_table
220noinst_PROGRAMS = handshake_table
221handshake_table_SOURCES = handshake_table.c
222
219# hkdf_test 223# hkdf_test
220TESTS += hkdftest 224TESTS += hkdftest
221check_PROGRAMS += hkdftest 225check_PROGRAMS += hkdftest