From 4d6cfb10ed4a488f7d8c8745b7080565ee072309 Mon Sep 17 00:00:00 2001 From: Brent Cook Date: Sat, 9 Feb 2019 07:40:14 -0600 Subject: [PATCH] update tests --- .gitignore | 3 ++- tests/Makefile.am | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8b7034e..ab4c1dd 100644 --- a/.gitignore +++ b/.gitignore @@ -83,7 +83,8 @@ tests/client.c tests/init_pledge.c tests/server.c tests/util.c -tests/valid_handshakes_terminate.c +tests/valid_handshakes_terminate* +tests/handshake_table* # ctags stuff TAGS 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