File: do-tests.bat

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 (16 lines) | stat: -rw-r--r-- 222 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
@echo off
rem
rem run a few tests.
rem

..\src\pfe suite

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

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

rm tt.dic
cd ..\test