Show
Ignore:
Timestamp:
07/09/05 10:46:59 (19 years ago)
Author:
jerome
Message:

Finished to move files around.
Removed any unneeded reference to the library's name.

Files:
1 modified

Legend:

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

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