Revision c5947aeb3cbc12ca3b6330df0bb34e0249fff73a authored by Michael Gratton on 17 October 2019, 00:35:49 UTC, committed by Michael Gratton on 24 November 2019, 23:06:47 UTC
Before executing a test squite, check that its name isn't present in
the list of skipped paths and if so, skip the whole suite. Per other
cases, report it skipped only if in verbose mode.

This enables skipping a whole test suite using `-s /suite-name`.

Fixes #1908
1 parent cca92a1
Raw File
HACKING
If you want to hack on the GLib project, you'll need to have the
following packages installed:

        - Meson 0.48.0
        - GNU gettext 0.10.40
        - pkg-config 0.16
        - gtk-doc
        - libffi 3.0.0

To compile a Git version of glib on your system, you will need to take
several steps to setup the tree for compilation.  You can do all these
steps at once by running:

        checkout/glib# meson _build

For information about submitting patches see the CONTRIBUTING.md file. For
information about major design decisions, see the README.rationale file.
back to top