summaryrefslogtreecommitdiffstats
path: root/tests/error-search
diff options
context:
space:
mode:
Diffstat (limited to 'tests/error-search')
-rw-r--r--tests/error-search13
1 files changed, 13 insertions, 0 deletions
diff --git a/tests/error-search b/tests/error-search
new file mode 100644
index 0000000..dd71bd9
--- /dev/null
+++ b/tests/error-search
@@ -0,0 +1,13 @@
+# -*- sh -*-
+# See LICENSE file for copyright and license details.
+
+for os in $(getnamelist OS); do
+ osn=$(getnum OS $os)
+ for arch in $(getnamelist ARCH); do
+ archn=$(getnum ARCH $arch)
+ if issupported $os $arch; then
+ p tests/run test-search.tu errors $osn $archn $os $arch
+ fi
+ done
+ await
+done