summaryrefslogtreecommitdiff
path: root/utf/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'utf/meson.build')
-rw-r--r--utf/meson.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/utf/meson.build b/utf/meson.build
index 64db6ff..051ddd1 100644
--- a/utf/meson.build
+++ b/utf/meson.build
@@ -23,16 +23,16 @@ test('utf8',
executable(
'test_utf8',
sources: ['tst/test_utf8.cc'],
- dependencies: [utf_dep, gtest_dep]))
+ dependencies: [utf_dep, gmock_dep, gtest_dep]))
test('utf16',
executable(
'test_utf16',
sources: ['tst/test_utf16.cc'],
- dependencies: [utf_dep, gtest_dep]))
+ dependencies: [utf_dep, gmock_dep, gtest_dep]))
test('utf32',
executable(
'test_utf32',
sources: ['tst/test_utf32.cc'],
- dependencies: [utf_dep, gtest_dep]))
+ dependencies: [utf_dep, gmock_dep, gtest_dep]))