update tests

This commit is contained in:
Brent Cook 2019-02-09 07:40:14 -06:00
parent 79a66f1b5d
commit 4d6cfb10ed
2 changed files with 6 additions and 1 deletions

3
.gitignore vendored
View File

@ -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

View File

@ -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