Remove building with NOCRYPTO option
[minix3.git] / minix / tests / kernel / sys_vumap / run
blob8270bf760b3db3600a48da5d530b2cf816238449
1 #!/bin/sh
3 make >/dev/null
5 echo -n "Kernel test (sys_vumap): "
6 minix-service up `pwd`/vumaprelay -config system.conf -label vumaprelay -script /etc/rs.single
7 minix-service up `pwd`/vumaptest -config system.conf -script /etc/rs.single 2>/dev/null
8 r=$?
9 minix-service down vumaprelay
11 if [ $r -ne 0 ]; then
12 echo "failure"
13 exit 1
16 echo "ok"