diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 17:45:05 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 17:45:05 (EDT) |
commit | 81d8c2712745d53d01b7f701837275aeb793c6f9 (patch) | |
tree | 85f5b9592eb57b1356ae49309a2d468e193e84fb | |
parent | 56e318aeedc470b768b4a9ffb486e97059dfc7c1 (diff) |
tests/*_is_concerned.sh: Link against tests/aux/tap-functions.sh
-rwxr-xr-x | tests/arch_is_concerned.sh | 2 | ||||
-rw-r--r-- | tests/local.mk | 4 | ||||
-rwxr-xr-x | tests/plat_is_concerned.sh | 2 |
3 files changed, 2 insertions, 6 deletions
diff --git a/tests/arch_is_concerned.sh b/tests/arch_is_concerned.sh index c0a1fae..7614dad 100755 --- a/tests/arch_is_concerned.sh +++ b/tests/arch_is_concerned.sh @@ -20,8 +20,6 @@ main() { - . "${srcdir}/tests/aux/tap-functions.sh" - plan_ 24 # Architecture: all diff --git a/tests/local.mk b/tests/local.mk index 496e378..b63b962 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -25,14 +25,14 @@ CLEANFILES += $(tests_resolve_deps_basic_LDADD) tests_arch_is_concerned_SOURCES = \ tests/arch_is_concerned.sh \ - tests/common.sh \ + tests/aux/tap-functions.sh \ src/archplat.sh tests_arch_is_concerned_LDADD = $(tests_arch_is_concerned_SOURCES:.sh=.sho) CLEANFILES += $(tests_arch_is_concerned_LDADD) tests_plat_is_concerned_SOURCES = \ tests/plat_is_concerned.sh \ - tests/common.sh \ + tests/aux/tap-functions.sh \ src/archplat.sh tests_plat_is_concerned_LDADD = $(tests_plat_is_concerned_SOURCES:.sh=.sho) CLEANFILES += $(tests_plat_is_concerned_LDADD) diff --git a/tests/plat_is_concerned.sh b/tests/plat_is_concerned.sh index 4e00a50..0905a22 100755 --- a/tests/plat_is_concerned.sh +++ b/tests/plat_is_concerned.sh @@ -20,8 +20,6 @@ main() { - . "${srcdir}/tests/aux/tap-functions.sh" - plan_ 18 # Platform: all |