Re: Absolute directories for tests.

2003-01-16 Thread Dr. David Kirkby
Alexandre Duret-Lutz wrote: > > >>> "David" == David Kirkby <[EMAIL PROTECTED]> writes: > > [...] > > David> The problem is that if run from the 'tests' directory, this runs okay, > David> as the paths given in the test '../tools/src/mycksum' and > David> '../examples/cop1.bmp' are correct re

Re: Absolute directories for tests.

2003-01-08 Thread Alexandre Duret-Lutz
>>> "David" == David Kirkby <[EMAIL PROTECTED]> writes: [...] David> The problem is that if run from the 'tests' directory, this runs okay, David> as the paths given in the test '../tools/src/mycksum' and David> '../examples/cop1.bmp' are correct relative to that 'tests' directory. David> How

Absolute directories for tests.

2003-01-08 Thread Dr. David Kirkby
I have some tests listed in the 'tests' directory. These reference files in other directories. One such test is: #!/bin/sh # There should be a bitmap included in the distribution # in the 'examples' directory called 'file cop1.bmp' # The checksum of this will be checked. CKSUM=`../tools/src/mycksu