>
> 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