automake
[Top][All Lists]
Advanced

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

Re: Several pass for a simple test in make check


From: Alexis Praga
Subject: Re: Several pass for a simple test in make check
Date: Sat, 17 Nov 2012 11:26:49 +0100

>
> A band-aid solution is to have a test script automatically generated for
> each
>  configuration you have to support.  This might also offer better
> performances
> with concurrent make (and if your per-configuration tests are not fast,
> this
> might indeed become the preferred solution).
>
I have thought about that, but the TESTS variable should contains around
400 files then.
Is there a way to list such a large set of file automatically ?
AS wildcards are not supported by Automake, the only solution I see is to
create a custom macro to set TESTS by doing a 'ls' in the adequate
directory.

-- 
Alexis Praga


reply via email to

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