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