From 4d6cfb10ed4a488f7d8c8745b7080565ee072309 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 9 Feb 2019 07:40:14 -0600 Subject: update tests --- tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'tests') 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 check_PROGRAMS += gost2814789t gost2814789t_SOURCES = gost2814789t.c +# handshake_table +noinst_PROGRAMS = handshake_table +handshake_table_SOURCES = handshake_table.c + # hkdf_test TESTS += hkdftest check_PROGRAMS += hkdftest -- cgit v1.2.3-55-g6feb