diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-23 16:57:01 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2018-12-23 16:57:01 (EST) |
commit | 95594b590e0230b4d826a7ca563b8d1a4e98a9c1 (patch) | |
tree | 3797f0b38c423bb01d9f415a9f6b7bd35fbdf3d3 /tests | |
parent | f143878e4747fc05b7179d87bf86fc557ebe99f0 (diff) |
Makefile.am, tests/local.mk: Use TAP
Diffstat (limited to 'tests')
-rw-r--r-- | tests/local.mk | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/tests/local.mk b/tests/local.mk index a1f566b..92c1e5e 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -1,13 +1,6 @@ -tests = \ - tests/ob_match_arch.sh \ - tests/ob_parse_dep.sh \ - tests/ob_reduce_deps.sh \ - tests/ob_arch_is_concerned.sh \ - tests/ob_plat_is_concerned.sh - -tests_data = \ - tests/ob_match_arch.rc \ - tests/ob_parse_dep.rc \ - tests/ob_reduce_deps.rc \ - tests/ob_arch_is_concerned.rc \ - tests/ob_plat_is_concerned.rc +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 |