emacs-devel
[Top][All Lists]
Advanced

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

Re: mark expensive tests


From: Michael Albinus
Subject: Re: mark expensive tests
Date: Mon, 04 Jan 2016 16:43:13 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.50 (gnu/linux)

Dmitry Gutov <address@hidden> writes:

> On 01/04/2016 10:16 AM, Michael Albinus wrote:
>
>> #3 tests: (skip-unless (or (getenv "RUN_EXPENSIVE_TESTS")
>>                             (getenv "RUN_VERY_EXPENSIVE_TESTS")))
>>
>> #4 tests: (skip-unless (getenv "RUN_VERY_EXPENSIVE_TESTS"))
>
> ert has the notion of tags already. We should use them.

Ahh, yes. I was unaware of them (sometimes it's useful to check the doc :-)

So we might use the tags :sanity-tests, :expensive-tests and
:very-expensive-tests. No tag means regular tests.

I'm not sure whether we need the tag :smoke-tests, let's see.

Best regards, Michael.



reply via email to

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