summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2018-07-06 14:58:57 +0100
committerPhilip Withnall <withnall@endlessm.com>2018-07-06 14:58:57 +0100
commitb1e0f09e7dd45dc6b387d6cf14b928e722b9de19 (patch)
tree156e8765f2345c9f74476514b733440198c613cf
parent5422838e8d32b39e364f3e1d606a72a98bc1c184 (diff)
downloadglib-b1e0f09e7dd45dc6b387d6cf14b928e722b9de19.tar.gz
tests: Add missing unit test to GLib tests list
It must have been accidentally omitted during the Meson port. Signed-off-by: Philip Withnall <withnall@endlessm.com>
-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 cf05bc74f..3d908ff74 100644
--- a/glib/tests/meson.build
+++ b/glib/tests/meson.build
@@ -18,6 +18,7 @@ glib_tests = [
'error',
'fileutils',
'gdatetime',
+ 'guuid',
'gvariant',
'hash',
'hmac',