summaryrefslogtreecommitdiffstats
path: root/tests/os-dependent-integers
blob: 09a11e3358b37efa092291a221846550163dba5c (plain) (blame)
1
2
3
4
5
6
7
8
9
# -*- sh -*-
# See LICENSE file for copyright and license details.

for os in $(getnamelist OS); do
	osn=$(getnum OS $os)
	if issupported $os; then
		. $(printf '%s\n' $os | tr '[A-Z]' '[a-z]')/tests/os-dependent-integers
	fi
done