diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-23 18:51:35 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-23 18:51:35 (EST) |
commit | c98b57f24868a489a0a39a06345dcdff3ceb45ef (patch) | |
tree | ce4536349893033ba75ad77c2d5da0a6bc56de88 /tests/local.mk | |
parent | 62c2bede904da2424569fdd1525e644cd239e5e2 (diff) |
tests/ob_arch_is_concerned.sh: Convert to TAP
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/local.mk b/tests/local.mk index dc1dd19..4b0f18f 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -1,6 +1,6 @@ TESTS = \ - %reldir%/ob_match_arch.sh + %reldir%/ob_match_arch.sh \ + %reldir%/ob_arch_is_concerned.sh # %reldir%/ob_parse_dep.sh \ # %reldir%/ob_reduce_deps.sh \ -# %reldir%/ob_arch_is_concerned.sh \ # %reldir%/ob_plat_is_concerned.sh |