automake
[Top][All Lists]
Advanced

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

Re: Help with parallel test harness


From: Kip Warner
Subject: Re: Help with parallel test harness
Date: Sun, 08 Jan 2023 16:53:23 -0800
User-agent: Evolution 3.44.4-0ubuntu1

On Sun, 2023-01-08 at 14:23 -0800, Dan Mahoney wrote:
> That makes sense Here's the fun, I can't find an easy way to say:
> 
> (literally 159 tests).log : test-setup.log

What you might want to do is list the 159 tests in a multiline variable
defined in a seperate Automake fragment and then use the include
command in your main makefile:

   https://www.gnu.org/software/automake/manual/html_node/Include.html

The latter will "bake" the external fragment into the actual Makefile
that Automake generates.

-- 
Kip Warner
OpenPGP signed/encrypted mail preferred
https://www.thevertigo.com

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

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