diff options
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 |