emacs-devel
[Top][All Lists]
Advanced

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

Re: why does make check run all tests?


From: Stephen Leake
Subject: Re: why does make check run all tests?
Date: Wed, 02 Dec 2015 14:31:36 -0600
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (windows-nt)

Michael Albinus <address@hidden> writes:

> address@hidden (Phillip Lord) writes:
>
>> Should make check just not build incrementally? If you want to run
>> everything unconditionally, then why not use
>>
>> make clean check
>>
>> Or am I missing something obvious? In which case, I will need to restore
>> the old behaviour for make check and leave make check-maybe as is.
>
> "make check" is not intented to check, whether a *changed* file still
> runs successfully. "make check" is intended to run a full regression
> test over Emacs. Pls keep this functionality.

Especially since the dependencies are not complete; elisp-mode-tests.el
only depends on elisp-mode.el, not on the transitive require closure.

-- 
-- Stephe



reply via email to

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