summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-07-27 15:51:41 +0100
committerSimon McVittie <smcv@collabora.com>2022-08-19 10:59:24 +0100
commitc52b73d4ae58ee2e3f1572c1b546d929ecdbd0c8 (patch)
tree5b02b30282e1737cbd573a18f297387d70e1c40e /meson.build
parent5a60c0bca5d91ba701ca4a2f9bcfae9eec65253b (diff)
downloadlibglnx-c52b73d4ae58ee2e3f1572c1b546d929ecdbd0c8.tar.gz
Backport most of the test convenience helpers from GLib's GTest
This includes a test (who tests the tests themselves?). Run as `${build}/tests/testing --tap` with semi-modern GLib, or `${build}/tests/testing --verbose` with GLib < 2.38, to check that the output is as reasonable as possible given the limitations of the GLib version in use. Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 86535a8..9b871db 100644
--- a/meson.build
+++ b/meson.build
@@ -57,6 +57,7 @@ libglnx_inc = include_directories('.')
libglnx_sources = [
'glnx-backport-autocleanups.h',
'glnx-backport-autoptr.h',
+ 'glnx-backport-testutils.c',
'glnx-backport-testutils.h',
'glnx-backports.c',
'glnx-backports.h',