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: Bob Friesenhahn
Subject: Re: Large number of tests when shell has limited argument list space
Date: Tue, 6 Feb 2007 15:24:14 -0600 (CST)

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.

The approach you describe should help.

Bob
======================================
Bob Friesenhahn
address@hidden, http://www.simplesystems.org/users/bfriesen/
GraphicsMagick Maintainer,    http://www.GraphicsMagick.org/





reply via email to

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