emacs-build-automation
[Top][All Lists]
Advanced

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

Re: Emacs CI


From: Michael Albinus
Subject: Re: Emacs CI
Date: Tue, 19 Jan 2021 11:39:16 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Fermin <fmfs@posteo.net> writes:

> Hello everyone!

Hi Fermin,

> *     It makes sense to just launch the test of the package that has
>   been change?

Would be desirable. However, for many changes we don't know exactly what
is the related test file.

> *     To launch all the (expensive)tests, how its the best way to
>   group them? I did it alphabetically,but probably there is a better
>   way to improve the usage of 2 runners.

We have now targets for every sub directory.

# make check-lisp-net

runs all normal tests of test files located in lisp/net.

# make check-lisp-net SELECTOR='$(SELECTOR_EXPENSIVE)'

does the same, including expensive tests. And so on for all
subdirectories, read test/README. (Well, predefined selectors are not
documented yet; I will add.)

> Regards,
>
> Fermin

Best regards, Michael.



reply via email to

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