summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2022-11-01 20:33:37 +0000
committerColin Walters <walters@verbum.org>2022-11-01 20:33:37 +0000
commit4e44fd9c174e4196a86fb6d954722feaff612c88 (patch)
tree9fe64f18a3f7a73cfcb573160f04a8eba12c5ac4 /tests/meson.build
parente701578c6f4e621c7c3c688b5a04bcbf0a67d930 (diff)
parent5275410e6c61d520b8c4b8617faba46a37c65ca1 (diff)
downloadlibglnx-4e44fd9c174e4196a86fb6d954722feaff612c88.tar.gz
Merge branch 'wip/smcv/memdup2' into 'master'
backports: Add a backport of g_memdup2() See merge request GNOME/libglnx!46
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 2d0a976..2d32a23 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -33,6 +33,7 @@ if get_option('tests')
)
test_names = [
+ 'backports',
'errors',
'fdio',
'macros',