Re: [Chicken-hackers] Make the test suite work when PROGRAM_PREFIX and PROGRAM_SUFFIX are defined

2018-05-29 Thread Evan Hanson
On 2018-05-02 16:29, Kooda wrote: > New patch, all is in the title. This fixes ticket #1458. Applied! I did make one small change, adding programs-path.scm to the manifest. I'll close #1458 now. Thanks Kooda! Evan ___ Chicken-hackers mailing list

Re: [Chicken-hackers] Make the test suite work when PROGRAM_PREFIX and PROGRAM_SUFFIX are defined

2018-05-27 Thread Evan Hanson
On 2018-05-27 10:59, Kooda wrote: > What about the case where the variables are not given as make argument, > but defined in config.make for example? Oh yeah, I forgot that was supported! In that case I guess we have to export them. Oh well. Evan ___

Re: [Chicken-hackers] Make the test suite work when PROGRAM_PREFIX and PROGRAM_SUFFIX are defined

2018-05-27 Thread Kooda
On Thu, 24 May 2018 08:44:49 +1200 Evan Hanson wrote: > I understand, but as I said, when options are provided as make flags > (as these two values must be) then they're already exported, so these > two statements are unnecessary. > > Evan What about the case where the

Re: [Chicken-hackers] Make the test suite work when PROGRAM_PREFIX and PROGRAM_SUFFIX are defined

2018-05-23 Thread Evan Hanson
On 2018-05-23 16:42, Kooda wrote: > On Sun, 20 May 2018 15:51:16 +1200 Evan Hanson wrote: > > On 2018-05-02 16:29, Kooda wrote: > > > +export PROGRAM_PREFIX > > > +export PROGRAM_SUFFIX > > > > Are the exports necessary? I think the only way users can provide > >

Re: [Chicken-hackers] Make the test suite work when PROGRAM_PREFIX and PROGRAM_SUFFIX are defined

2018-05-19 Thread Evan Hanson
On 2018-05-02 16:29, Kooda wrote: > +export PROGRAM_PREFIX > +export PROGRAM_SUFFIX Are the exports necessary? I think the only way users can provide non-default values is via make flags, in which case they're implicitly part of the "check" target's environment (and in the other case it's not

[Chicken-hackers] Make the test suite work when PROGRAM_PREFIX and PROGRAM_SUFFIX are defined

2018-05-02 Thread Kooda
Hey! New patch, all is in the title. This fixes ticket #1458. It requires the patch “Always build in host mode unless cross-compiling” posted on 26/04/2018 to work properly. >From 12972c3292f2a32c57e5308d1ca9e7edc300c8d0 Mon Sep 17 00:00:00 2001 From: Kooda Date: Wed, 2 May