blob: 09a11e3358b37efa092291a221846550163dba5c (
plain) (
tree)
|
|
# -*- 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
|