summaryrefslogtreecommitdiffstats
path: root/tests/local.mk
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 03:35:59 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-03-18 03:35:59 (EDT)
commit3f532a297c1fe68c3cfc1be73afa7209cca5aa3a (patch)
treef59030afc46d433f7451e48400b14e77b61987d5 /tests/local.mk
parent0f115f6cedafa47a6767c4e8e318684f2a31adc7 (diff)
tests/exe/opkbuild.sh: New test file
Diffstat (limited to 'tests/local.mk')
-rw-r--r--tests/local.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk
index 068fd55..48ec103 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -12,7 +12,8 @@ TESTS = \
%reldir%/exe/ob-installdocs.sh \
%reldir%/exe/ob-gencontrol.sh \
%reldir%/exe/ob-buildopk.sh \
- %reldir%/exe/ob-genchanges.sh
+ %reldir%/exe/ob-genchanges.sh \
+ %reldir%/exe/opkbuild.sh
TEST_EXTENSIONS = .sh
SH_LOG_DRIVER = \
AM_TAP_AWK='$(AWK)' \
@@ -23,6 +24,7 @@ SH_LOG_DRIVER = \
OB_LIB_BUILDDIR="$(abs_top_builddir)/locale" \
OB_EXE_BUILDDIR="$(abs_top_builddir)/locale" \
SHLD_LIBRARY_PATH="$(abs_top_builddir)/lib" \
+ OB_BINDIR="$(abs_top_builddir)/src" \
PATH="$(abs_top_builddir)/src:$${PATH}" \
$(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
EXTRA_DIST += \