#! /bin/sh

set -e

if [ -x rsa-keygen$EXEEXT ] ; then
  $EMULATOR ./rsa-keygen$EXEEXT -r rsa-decrypt$EXEEXT -o testkey || exit 1
fi
