tt

tt is a command-line utility which drives make check on your behalf. It makes running CM and Mission Control tests much easier, and is ideal if you're lazy. To quote the --help output:

Examples:
  # Run all tests, as a shorthand for `make check`:
    tt
  # Run a single test:
    tt muc/banned.py
    tt muc/banned
  # Run all tests in a directory:
    tt muc/
  # Run a bunch of tests:
    tt muc/ text/

Get a binary

Binaries of tt 1.0 are available for amd64 or x86.

Build from source

The source lives on cgit.freedesktop.org. Grab it and build it as follows:

git clone git://people.freedesktop.org/~wjt/tt
cd tt
cabal install --prefix=$HOME
~/bin/tt --help

See also, the README.