summaryrefslogtreecommitdiffstats
path: root/tests/ob_arch_is_concerned.rc
diff options
context:
space:
mode:
authorPatrick 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)
commitc98b57f24868a489a0a39a06345dcdff3ceb45ef (patch)
treece4536349893033ba75ad77c2d5da0a6bc56de88 /tests/ob_arch_is_concerned.rc
parent62c2bede904da2424569fdd1525e644cd239e5e2 (diff)
tests/ob_arch_is_concerned.sh: Convert to TAP
Diffstat (limited to 'tests/ob_arch_is_concerned.rc')
-rw-r--r--tests/ob_arch_is_concerned.rc67
1 files changed, 0 insertions, 67 deletions
diff --git a/tests/ob_arch_is_concerned.rc b/tests/ob_arch_is_concerned.rc
deleted file mode 100644
index 76db80e..0000000
--- a/tests/ob_arch_is_concerned.rc
+++ /dev/null
@@ -1,67 +0,0 @@
-# Architecture: all
-
-host_arch='amd64-linux-glibc'
-arches='all'
-result='false'
-testcase
-
-host_arch='i686-linux-glibc'
-arches='all'
-result='false'
-testcase
-
-host_arch='all'
-arches='all'
-result='true'
-testcase
-
-# Architecture: any
-
-host_arch='amd64-linux-glibc'
-arches='any'
-result='true'
-testcase
-
-host_arch='i686-linux-glibc'
-arches='any'
-result='true'
-testcase
-
-host_arch='all'
-arches='any'
-result='false'
-testcase
-
-# Architecture: amd64-linux-glibc
-
-host_arch='amd64-linux-glibc'
-arches='amd64-linux-glibc'
-result='true'
-testcase
-
-host_arch='i686-linux-glibc'
-arches='amd64-linux-glibc'
-result='false'
-testcase
-
-host_arch='all'
-arches='amd64-linux-glibc'
-result='false'
-testcase
-
-# Architecture: !amd64-linux-glibc
-
-host_arch='amd64-linux-glibc'
-arches='!amd64-linux-glibc'
-result='false'
-testcase
-
-host_arch='i686-linux-glibc'
-arches='!amd64-linux-glibc'
-result='true'
-testcase
-
-host_arch='all'
-arches='!amd64-linux-glibc'
-result='false'
-testcase