# -*- sh -*- # See LICENSE file for copyright and license details. typeisas () { get-datatype-description.tu $osn $archn $(lookupnum "$types" $1) $os $arch $1 > $a get-datatype-description.tu $osn $archn $(lookupnum "$types" $2) $os $arch $2 > $b diff -u $a $b } 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-primitives fi done