diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-01-21 12:31:30 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-01-21 12:31:30 +0100 |
| commit | 7dd49c6293172b494c78918507242cdb55d35137 (patch) | |
| tree | 9c8ab822ab9501a5ea2f937e609144e00ea091c4 /utf/meson.build | |
| parent | fc4547b412e28164af1bf8981234c6af959ccc0b (diff) | |
WIP
Diffstat (limited to 'utf/meson.build')
| -rw-r--r-- | utf/meson.build | 6 |
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])) |
