all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Achim Gratz <Stromeko@nexgo.de>
To: emacs-orgmode@gnu.org
Subject: Test selection
Date: Sat, 23 Nov 2013 20:14:43 +0100	[thread overview]
Message-ID: <87iovjvskc.fsf@Rainer.invalid> (raw)

Following up on some off-list discussion with Eric Schulte some time
ago, I've just pushed a change to officially enable test selection.  The
base functionality had been there for a while… Here's the pertinent
documentation, also added to the build system documentation on Worg:

http://orgmode.org/worg/dev/org-build-system.html#sec-5

--8<---------------cut here---------------start------------->8---
Sometimes you only want to run a set of specific tests instead of
all. This is especially useful if you are trying to bisect a large range
of commits with a run script. Instead of checking if the failing test
was perhaps a different one than the one you wanted to check for,
running just these test (or tests) makes that task much easier. For
instance,

make BTEST_RE='^test-org/forward-element$' test-dirty

would run only the test for forward-element and nothing else, which is
also much faster than running the almost 500 other tests as well. Keep
in mind that the test selector is a regular expression, the default
value of "\(org\|ob\)" matches all tests.
--8<---------------cut here---------------end--------------->8---

If you've copied all of default.mk to local.mk or were adventurous
enough to use your own definition of BTEST you will have to merge the
changes to default.mk into your configuration to use test selection.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Wavetables for the Waldorf Blofeld:
http://Synth.Stromeko.net/Downloads.html#BlofeldUserWavetables

                 reply	other threads:[~2013-11-23 19:15 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87iovjvskc.fsf@Rainer.invalid \
    --to=stromeko@nexgo.de \
    --cc=emacs-orgmode@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.