[email protected] (Ludovic Courtès) writes:
> Hi Neil,
>
> "Neil Jerram" <[email protected]> writes:
>
>> commit f41529c37b4a740aa555741ca78faa55fafcb3c0
>> Author: Neil Jerram <[email protected]>
>> Date: Tue Mar 2 23:23:52 2010 +0000
>>
>> Make test scripts check GUILE environment variable
>>
>> So that they use the guile (or guile.exe, in the MinGW case) that was
>> just built, and not just any guile that can be found in the PATH.
>
> The ‘TESTS_ENVIRONMENT’ variable in ‘test-suite/standalone/Makefile.am’
> normally ensures that tests are run with the just-built guile, when run
> with ‘make check’.
Thanks. I'll look into this more carefully then.
Neil