Test cases for ykpiv_util_* functions

This commit is contained in:
Trevor Bentley
2017-07-10 17:16:05 +02:00
parent 6c5d5545bf
commit cffe862bbc
2 changed files with 212 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib
AM_LDFLAGS = -no-install @CHECK_LIBS@
LDADD = ../libykpiv.la
check_PROGRAMS = basic parse_key
check_PROGRAMS = basic parse_key util
TESTS = $(check_PROGRAMS)
LOG_COMPILER = $(VALGRIND)