emacs-devel
[Top][All Lists]
Advanced

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

Re: Run (some) tests more automagically?


From: Phillip Lord
Subject: Re: Run (some) tests more automagically?
Date: Mon, 01 Mar 2021 17:50:25 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Lars Ingebrigtsen <larsi@gnus.org> writes:

> Phillip Lord <phillip.lord@russet.org.uk> writes:
>
>> It also seems not to be working. It picks up a missing log file and just
>> regenerates that, which is nice. But it doesn't seem to be picking up an
>> out-of-date .el dependency. I thought that it did. I will have a poke
>> when I can find time.
>
> It seems to be working for me:
>
> touch lisp/files.el
> make check-maybe
> [...]
> make[3]: 'src/xfaces-tests.log' is up to date.
> make[3]: 'src/xml-tests.log' is up to date.
>   GEN      lisp/files-tests.log
> make[3]: Leaving directory '/home/larsi/src/emacs/trunk/test'


Hmmm. Yes. But

make -W lisp/files.el check-maybe

does not work. Probably something to do with the recursive call.

Phil



reply via email to

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