automake
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Large number of tests when shell has limited argument list space


From: Albert Chin
Subject: Re: Large number of tests when shell has limited argument list space
Date: Tue, 6 Feb 2007 15:49:50 -0600
User-agent: Mutt/1.5.6i

On Tue, Feb 06, 2007 at 03:24:14PM -0600, Bob Friesenhahn wrote:
> On Tue, 6 Feb 2007, Albert Chin wrote:
> >
> >I don't know if this is easy, but check-TESTS could be modified to
> >iterate over more than one $(TESTS) variable:
> > check-TESTS: $(TESTS1) $(TESTS2) $(TESTS3) ...
> 
> There are likely Makefile.am files which are using the value of TESTS 
> for other purposes.  The value of TESTS needs to be preserved. 
> Anyone who uses TESTS for scripting would then be on their own.

Well, we could have:
  TESTS = $(TESTS1) $(TESTS2) ...

But, for the purposes of a shell loop, we'd use $(TESTn).

-- 
albert chin (address@hidden)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]