diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 18:09:23 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 18:09:23 (EDT) |
commit | ca5344ff4205e572f7acad6abf0af7f4b80d9b73 (patch) | |
tree | 29228fd1ce30b2e18c7c4da5a1348708d1afe487 /tests/local.mk | |
parent | 81d8c2712745d53d01b7f701837275aeb793c6f9 (diff) |
tests/reduce_deps.sh: Convert to TAP
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index b63b962..ecb5847 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -39,7 +39,7 @@ CLEANFILES += $(tests_plat_is_concerned_LDADD) tests_reduce_deps_SOURCES = \ tests/reduce_deps.sh \ - tests/common.sh \ + tests/aux/tap-functions.sh \ src/deps.sh \ src/archplat.sh tests_reduce_deps_LDADD = $(tests_reduce_deps_SOURCES:.sh=.sho) |