diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 21:42:18 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-21 21:42:18 (EDT) |
commit | 6df864ceeb706832d95ad98c54e7f1a7c9db6af1 (patch) | |
tree | 694f24f4a06c1eac272c896ce4fca8521e883339 /tests/local.mk | |
parent | ce5af6ac1c69602d0d7135b307dcca0c753d32f1 (diff) |
tests/resolve_deps.basic.sh: Convert to TAP
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index ecb5847..fd2115a 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -18,7 +18,8 @@ CLEANFILES += $(tests_parse_control_basic_LDADD) tests_resolve_deps_basic_SOURCES = \ tests/resolve_deps.basic.sh \ - tests/common.sh \ + tests/aux/common.sh \ + tests/aux/tap-functions.sh \ src/deps.sh tests_resolve_deps_basic_LDADD = $(tests_resolve_deps_basic_SOURCES:.sh=.sho) CLEANFILES += $(tests_resolve_deps_basic_LDADD) |