some tests for the library
This commit is contained in:
+9
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user