Debug on SWI support
[riscose.git] / tests / os_byte
blob2290b2879bfa17ac3b5d51a5e133cb0fc38eaa67
1 #! /bin/sh
3 $srcdir/armas <$srcdir/os_byte.aa >tmp || exit 1
4 ../src/riscose tmp
5 e=$?
6 rm tmp || exit 1
7 exit $e