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: Tue, 20 Nov 2012 15:58:51 +0100

> You might write a script that generates both the tests and their
> list, and have this list included in the Makefile.am.  Automake's
> own build system do something similar in its bootstrap.sh script:
>

With this solution, the user cannot chose at runtime a certain number of
tests he wants to run.
The only way to do that would be to generate again the list of test files
and recreate a Makefile.

Well, I suppose in general all the tests are run at once.
But what if you have 200 tests, and only want to run the first 100 ?


-- 
Alexis Praga


reply via email to

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