some tests for the library

This commit is contained in:
Klas Lindfors
2014-06-17 10:34:51 +02:00
parent 931cc5f35a
commit 9d0d163f62
4 changed files with 182 additions and 2 deletions
+9 -2
View File
@@ -24,6 +24,13 @@
# non-source form of such a combination shall include the source code
# for the parts of OpenSSL used as well as that of the covered work.
TESTS = basic.sh
TESTS_ENVIRONMENT = export VERSION=$(VERSION); export EXEEXT=$(EXEEXT);
AM_CFLAGS = $(WARN_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib
AM_LDFLAGS = -no-install
LDADD = ../lib/libykpiv.la
check_PROGRAMS = basic parse_key
TESTS = basic.sh $(check_PROGRAMS)