add a simple test case for the dump/read data functions

This commit is contained in:
Klas Lindfors
2015-12-17 09:27:20 +01:00
parent c89387e8fc
commit e2f8ad21aa
3 changed files with 59 additions and 1 deletions
+2 -1
View File
@@ -37,8 +37,9 @@ AM_CPPFLAGS += $(OPENSSL_CFLAGS)
AM_LDFLAGS = -no-install
parse_name_LDADD = ../libpiv_util.la $(OPENSSL_LIBS)
test_inout_LDADD = ../libpiv_util.la
check_PROGRAMS = parse_name
check_PROGRAMS = parse_name test_inout
TESTS = basic.sh $(check_PROGRAMS)
if ENABLE_COV