tech-toolchain archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Slow test execution for usr.bin/make
On Wed, Sep 09, 2020 at 09:50:35PM +0000, David Holland wrote:
> Will that help? You still have to call atf_add_test_case O(N) times
> and the further inefficiency is AIUI inside atf...
Right, but the external tr process will not be run for each of them,
so there will be a serious speedup (and we have other test programs with
quite high number of test cases).
We can also make the make rule / generator script split it arbitrarily
into several test programs if there still is need for more optimization.
Martin
Home |
Main Index |
Thread Index |
Old Index