Changeset 200 for pkpgcounter/trunk/tests
- Timestamp:
- 04/04/05 14:18:36 (20 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pkpgcounter/trunk/tests/runtest.sh
r197 r200 11 11 12 12 echo -n "File master.ps should be 16 pages long, result is : " 13 python ../pdlanalyzer/pdl analyzer.py master2.ps13 python ../pdlanalyzer/pdlparser.py master2.ps 14 14 15 15 echo "Analyzing testsuite..." 16 16 for file in testsuite.* ; do 17 echo -n "$file ===> " && python ../pdlanalyzer/pdl analyzer.py "$file" ;17 echo -n "$file ===> " && python ../pdlanalyzer/pdlparser.py "$file" ; 18 18 done