mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-10-09 23:20:06 +02:00
.gitlab-ci
docs
reference
CODEOWNERS
debugging.txt
macros.txt
fuzzing
gio
glib
gmodule
gobject
gthread
m4macros
po
subprojects
tests
.dir-locals.el
.gitattributes
.gitignore
.gitlab-ci.yml
AUTHORS
CONTRIBUTING.md
COPYING
HACKING
INSTALL.in
NEWS
NEWS.pre-1-3
README
README.md
README.rationale
README.win32
check-abis.sh
glib-gettextize.in
glib.doap
glib.supp
meson.build
meson_options.txt
msvc_recommended_pragmas.h
sanity_check
template-tap.test.in
template.test.in
This is a new function along the same lines as g_test_bug(): to allow developers to annotate unit tests with information about the test (what it tests, how it tests it) for future developers to read and learn from. It will also output this summary as a comment in the test’s TAP output, which might clarify test results. Includes a unit test. Signed-off-by: Philip Withnall <withnall@endlessm.com> Fixes: #1450