blob: 56c7468f492ad67841c12c44c0bac9d3c42793f7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
TESTS = \
%reldir%/ob_match_arch.sh \
%reldir%/ob_parse_dep.sh \
%reldir%/ob_reduce_deps.sh \
%reldir%/ob_arch_is_concerned.sh \
%reldir%/ob_plat_is_concerned.sh \
%reldir%/ob_parse_changelog.sh \
%reldir%/ob_parse_control.sh
TEST_EXTENSIONS = .sh
SH_LOG_DRIVER = \
AM_TAP_AWK='$(AWK)' \
TOP_SRCDIR="$(top_srcdir)" \
TOP_BUILDDIR="$(top_builddir)" \
SHSOEXT='$(SHSOEXT)' \
LIBOPKBUILD_SHSOVERSION='$(libopkbuild_shsoversion)' \
$(SHELL) $(top_srcdir)/build-aux/tap-driver.sh
EXTRA_DIST += \
$(TESTS) \
build-aux/tap-driver.sh \
tests/aux/tap-functions.sh
|