File: do-tests

package info (click to toggle)
pfe 0.9.14-5
  • links: PTS
  • area: main
  • in suites: potato
  • size: 1,436 kB
  • ctags: 2,439
  • sloc: ansic: 14,095; sh: 438; asm: 113; makefile: 70; perl: 13
file content (17 lines) | stat: -rwxr-xr-x 315 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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 '