glib/docs/reference/glib/gtester-report.rst
Philip Withnall 031e65808d docs: Port the man pages from DocBook to reStructuredText
So they are consistent with the way we’re building man pages in other
projects, and because some people are allergic to XML.

This changes the build-time dependencies from `xsltproc` to `rst2man`,
and also takes the opportunity to change the `-Dman` Meson option from a
boolean to a feature (so you should use `-Dman-pages={enabled,disabled}`
now, rather than `-Dman={true,false}`).

Signed-off-by: Philip Withnall <pwithnall@gnome.org>

Helps: #3037
2023-12-21 13:34:48 +00:00

54 lines
1.2 KiB
ReStructuredText

.. _gtester-report(1):
.. meta::
:copyright: Copyright 2008 Matthias Clasen
:copyright: Copyright 2012, 2013 Red Hat, Inc.
:copyright: Copyright 2019 Endless Mobile, Inc.
:license: LGPL-2.1-or-later
..
This has to be duplicated from above to make it machine-readable by `reuse`:
SPDX-FileCopyrightText: 2008 Matthias Clasen
SPDX-FileCopyrightText: 2012, 2013 Red Hat, Inc.
SPDX-FileCopyrightText: 2019 Endless Mobile, Inc.
SPDX-License-Identifier: LGPL-2.1-or-later
==============
gtester-report
==============
------------------------------
test report formatting utility
------------------------------
SYNOPSIS
--------
| **gtester-report** [*OPTION*…] *gtester-log*
DESCRIPTION
-----------
``gtester-report`` is a script which converts the XML output generated by
``gtester`` into HTML.
Since GLib 2.62, ``gtester-report`` is deprecated. Use TAP for reporting test
results instead, and feed it to the test harness provided by your build system.
OPTIONS
-------
``-h``, ``--help``
Print help and exit.
``-v``, ``--version``
Print version information and exit.
``-s``, ``--subunit``
Output subunit. Needs ``python-subunit``.
SEE ALSO
--------
`gtester(1) <man:gtester(1)>`_