summaryrefslogblamecommitdiffstats
path: root/tests/signal-search
blob: b4afc49105e0f7e5a417be02160b54d67c966130 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
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 signals $osn $archn $os $arch
		fi
	done
	await
done