#! /bin/sh

# Tests the key generation programs

echo Testing lsh_writekey

if [ -z "$srcdir" ] ; then
  srcdir=`pwd`
fi

rm -f foo foo.pub
../lsh_writekey foo < $srcdir/key-1.private
