move basic.sh test to subdir of tool

This commit is contained in:
Klas Lindfors
2014-06-24 09:50:11 +02:00
parent ab3083dc1b
commit 72f271ae73
6 changed files with 37 additions and 7 deletions
+1 -3
View File
@@ -24,8 +24,6 @@
# 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_ENVIRONMENT = export VERSION=$(VERSION); export EXEEXT=$(EXEEXT);
AM_CFLAGS = $(WARN_CFLAGS)
AM_CPPFLAGS = -I$(top_srcdir)/lib -I$(top_builddir)/lib
@@ -33,4 +31,4 @@ AM_LDFLAGS = -no-install
LDADD = ../lib/libykpiv.la
check_PROGRAMS = basic parse_key
TESTS = basic.sh $(check_PROGRAMS)
TESTS = $(check_PROGRAMS)