diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 01:23:28 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-03-17 01:23:28 (EDT) |
commit | e12e99c4fea06eaa13e4d08f4d9001b7f815fe2b (patch) | |
tree | 5500182852921d4ac808968b4476417257bd05f8 /tests | |
parent | d23cbcd54fb5bc86ad6e00e6a5ae8384bdd8cc0a (diff) |
tests/*.sh: Move to tests/lib/
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/lib/ob_arch_is_concerned.sh (renamed from tests/ob_arch_is_concerned.sh) | 0 | ||||
-rwxr-xr-x | tests/lib/ob_parse_changelog.sh (renamed from tests/ob_parse_changelog.sh) | 0 | ||||
-rwxr-xr-x | tests/lib/ob_parse_control.sh (renamed from tests/ob_parse_control.sh) | 0 | ||||
-rwxr-xr-x | tests/lib/ob_parse_dep.sh (renamed from tests/ob_parse_dep.sh) | 0 | ||||
-rwxr-xr-x | tests/lib/ob_plat_is_concerned.sh (renamed from tests/ob_plat_is_concerned.sh) | 0 | ||||
-rwxr-xr-x | tests/lib/ob_reduce_deps.sh (renamed from tests/ob_reduce_deps.sh) | 0 | ||||
-rw-r--r-- | tests/local.mk | 12 |
7 files changed, 6 insertions, 6 deletions
diff --git a/tests/ob_arch_is_concerned.sh b/tests/lib/ob_arch_is_concerned.sh index 4f2ebdf..4f2ebdf 100755 --- a/tests/ob_arch_is_concerned.sh +++ b/tests/lib/ob_arch_is_concerned.sh diff --git a/tests/ob_parse_changelog.sh b/tests/lib/ob_parse_changelog.sh index 15be4e1..15be4e1 100755 --- a/tests/ob_parse_changelog.sh +++ b/tests/lib/ob_parse_changelog.sh diff --git a/tests/ob_parse_control.sh b/tests/lib/ob_parse_control.sh index 921d99e..921d99e 100755 --- a/tests/ob_parse_control.sh +++ b/tests/lib/ob_parse_control.sh diff --git a/tests/ob_parse_dep.sh b/tests/lib/ob_parse_dep.sh index 37dabd3..37dabd3 100755 --- a/tests/ob_parse_dep.sh +++ b/tests/lib/ob_parse_dep.sh diff --git a/tests/ob_plat_is_concerned.sh b/tests/lib/ob_plat_is_concerned.sh index 4ba5787..4ba5787 100755 --- a/tests/ob_plat_is_concerned.sh +++ b/tests/lib/ob_plat_is_concerned.sh diff --git a/tests/ob_reduce_deps.sh b/tests/lib/ob_reduce_deps.sh index b1e8609..b1e8609 100755 --- a/tests/ob_reduce_deps.sh +++ b/tests/lib/ob_reduce_deps.sh diff --git a/tests/local.mk b/tests/local.mk index eaed0cd..46930d6 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -1,10 +1,10 @@ TESTS = \ - %reldir%/ob_parse_dep.sh \ - %reldir%/ob_reduce_deps.sh \ - %reldir%/ob_arch_is_concerned.sh \ - %reldir%/ob_plat_is_concerned.sh \ - %reldir%/ob_parse_changelog.sh \ - %reldir%/ob_parse_control.sh + %reldir%/lib/ob_parse_dep.sh \ + %reldir%/lib/ob_reduce_deps.sh \ + %reldir%/lib/ob_arch_is_concerned.sh \ + %reldir%/lib/ob_plat_is_concerned.sh \ + %reldir%/lib/ob_parse_changelog.sh \ + %reldir%/lib/ob_parse_control.sh TEST_EXTENSIONS = .sh SH_LOG_DRIVER = \ AM_TAP_AWK='$(AWK)' \ |