summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2022-10-24 12:10:25 +0100
committerSimon McVittie <smcv@collabora.com>2022-10-28 12:07:45 +0100
commit5275410e6c61d520b8c4b8617faba46a37c65ca1 (patch)
tree9fe64f18a3f7a73cfcb573160f04a8eba12c5ac4 /tests/meson.build
parent8a29325374fcc2dc847d65374d63b4401fc270a0 (diff)
downloadlibglnx-5275410e6c61d520b8c4b8617faba46a37c65ca1.tar.gz
tests: Add a simple test for g_memdup2, from GLib
Signed-off-by: Simon McVittie <smcv@collabora.com>
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',