Show
Ignore:
Timestamp:
04/04/05 14:18:36 (19 years ago)
Author:
jerome
Message:

More file splits

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pkpgcounter/trunk/tests/runtest.sh

    r197 r200  
    1111 
    1212echo -n "File master.ps should be 16 pages long, result is : " 
    13 python ../pdlanalyzer/pdlanalyzer.py master2.ps 
     13python ../pdlanalyzer/pdlparser.py master2.ps 
    1414 
    1515echo "Analyzing testsuite..." 
    1616for file in testsuite.* ; do 
    17     echo -n "$file ===> " && python ../pdlanalyzer/pdlanalyzer.py "$file" ; 
     17    echo -n "$file ===> " && python ../pdlanalyzer/pdlparser.py "$file" ; 
    1818done