Rename util.c test suite to api.c

This commit is contained in:
Trevor Bentley
2017-10-10 16:51:21 +02:00
parent f903a432e3
commit de065ae36e
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib $(OPENSSL_CFLAGS)
AM_LDFLAGS = -no-install @CHECK_LIBS@
LDADD = ../libykpiv.la $(OPENSSL_LIBS)
check_PROGRAMS = basic parse_key util
check_PROGRAMS = basic parse_key api
TESTS = $(check_PROGRAMS)
LOG_COMPILER = $(VALGRIND)