move lib tests under lib
This commit is contained in:
+9
-9
@@ -34,15 +34,15 @@ yubico-piv-tool-*.tar.gz
|
|||||||
yubico-piv-tool-*.tar.gz.sig
|
yubico-piv-tool-*.tar.gz.sig
|
||||||
yubico-piv-tool-*-mac.zip
|
yubico-piv-tool-*-mac.zip
|
||||||
yubico-piv-tool-*-mac.zip.sig
|
yubico-piv-tool-*-mac.zip.sig
|
||||||
tests/test-suite.log
|
lib/tests/basic
|
||||||
tests/basic
|
lib/tests/basic.log
|
||||||
tests/basic.log
|
lib/tests/basic.o
|
||||||
tests/basic.o
|
lib/tests/basic.trs
|
||||||
tests/basic.trs
|
lib/tests/parse_key
|
||||||
tests/parse_key
|
lib/tests/parse_key.log
|
||||||
tests/parse_key.log
|
lib/tests/parse_key.o
|
||||||
tests/parse_key.o
|
lib/tests/parse_key.trs
|
||||||
tests/parse_key.trs
|
lib/tests/test-suite.log
|
||||||
lib/error.lo
|
lib/error.lo
|
||||||
lib/error.o
|
lib/error.o
|
||||||
lib/libykpiv.la
|
lib/libykpiv.la
|
||||||
|
|||||||
+1
-1
@@ -24,7 +24,7 @@
|
|||||||
# non-source form of such a combination shall include the source code
|
# 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.
|
# for the parts of OpenSSL used as well as that of the covered work.
|
||||||
|
|
||||||
SUBDIRS = lib tool tests
|
SUBDIRS = lib tool
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -150,9 +150,9 @@ fi
|
|||||||
AC_CONFIG_FILES([
|
AC_CONFIG_FILES([
|
||||||
Makefile
|
Makefile
|
||||||
lib/Makefile
|
lib/Makefile
|
||||||
|
lib/tests/Makefile
|
||||||
tool/Makefile
|
tool/Makefile
|
||||||
tool/tests/Makefile
|
tool/tests/Makefile
|
||||||
tests/Makefile
|
|
||||||
lib/ykpiv-version.h
|
lib/ykpiv-version.h
|
||||||
lib/ykpiv.pc
|
lib/ykpiv.pc
|
||||||
])
|
])
|
||||||
|
|||||||
@@ -24,6 +24,8 @@
|
|||||||
# non-source form of such a combination shall include the source code
|
# 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.
|
# for the parts of OpenSSL used as well as that of the covered work.
|
||||||
|
|
||||||
|
SUBDIRS = . tests
|
||||||
|
|
||||||
AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS)
|
AM_CFLAGS = $(WERROR_CFLAGS) $(WARN_CFLAGS)
|
||||||
AM_CPPFLAGS = $(OPENSSL_CFLAGS) $(PCSC_CFLAGS)
|
AM_CPPFLAGS = $(OPENSSL_CFLAGS) $(PCSC_CFLAGS)
|
||||||
|
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ AM_CFLAGS = $(WARN_CFLAGS)
|
|||||||
AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib
|
AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib
|
||||||
|
|
||||||
AM_LDFLAGS = -no-install
|
AM_LDFLAGS = -no-install
|
||||||
LDADD = ../lib/libykpiv.la
|
LDADD = ../libykpiv.la
|
||||||
|
|
||||||
check_PROGRAMS = basic parse_key
|
check_PROGRAMS = basic parse_key
|
||||||
TESTS = $(check_PROGRAMS)
|
TESTS = $(check_PROGRAMS)
|
||||||
Reference in New Issue
Block a user