Ignore:
Timestamp:
10/14/06 22:36:03 (4 years ago)
Author:
stepan
Message:

small fix for test executor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • fcode-utils/testsuite/AutoExec

    r92 r93  
    4646 
    4747#  Initial error-checking: 
    48 if ( ( ! -x ./toke ) || ( ! -x ./detok ) ) then 
    49     echo 'Starting in wrong directory.  Executable toke and detok are not here.' 
     48if ( ( ! -x ./toke ) || ( ! -x ./detok ) || ( ! -x ./romheaders ) ) then 
     49    echo 'Starting in wrong directory.  Executable toke, detok and romheaders are not here.' 
    5050    exit 1 
    5151endif 
Note: See TracChangeset for help on using the changeset viewer.