#!/bin/sh
#
# run a few tests.
#

../src/pfe suite

echo "Hit return to test saving dictionary images and the tetris demo."
read returnkey

cd ../demo
../src/pfe -q -D tt.dic tt.app
../src/pfe -d tt.dic
rm tt.dic

echo "Using pfe as script interpreter:"
./argument 'first argument' ' second command line argument '
