summaryrefslogtreecommitdiff
path: root/glib
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2018-07-13 15:46:21 +0000
committerXavier Claessens <xclaesse@gmail.com>2018-07-13 15:46:21 +0000
commitc96f987f0ddffcf4707afc5e3ede347a1f2c08e4 (patch)
tree7fb0017b8157f3dfcf4e95900f5dbe649d57b8d1 /glib
parentb9d390dc442deb9ce2a92bc25c13c781d219240c (diff)
parent3e74d587cfc9969094512d3f5e4a6d39e2cd0b8f (diff)
downloadglib-c96f987f0ddffcf4707afc5e3ede347a1f2c08e4.tar.gz
Merge branch '786-gio-test-leaks' into 'master'
Fix memory leaks in libgio tests and ensure tests are run under Meson Closes #786 See merge request GNOME/glib!151
Diffstat (limited to 'glib')
-rw-r--r--glib/tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/glib/tests/meson.build b/glib/tests/meson.build
index 7c49d579c..a2c6973a0 100644
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -18,6 +18,7 @@ glib_tests = [
'error',
'fileutils',
'gdatetime',
+ 'guuid',
'gvariant',
'hash',
'hmac',