|
From: | Dmitry Gutov |
Subject: | Re: mark expensive tests |
Date: | Mon, 4 Jan 2016 17:34:34 +0200 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:43.0) Gecko/20100101 Thunderbird/43.0 |
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.
[Prev in Thread] | Current Thread | [Next in Thread] |