From 0513cdd9511423ea97b12378035bb562316a7626 Mon Sep 17 00:00:00 2001 From: Joel Klinghed Date: Thu, 23 Oct 2025 00:20:56 +0200 Subject: uri & u8: Improve unit test coverage --- meson.build | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'meson.build') diff --git a/meson.build b/meson.build index fd24f0a..d3280a8 100644 --- a/meson.build +++ b/meson.build @@ -463,6 +463,19 @@ test('uri', executable( ], )) +test('u8', executable( + 'test_u8', + sources: [ + 'src/u.hh', + 'src/u8.hh', + 'test/u8.cc', + ], + include_directories: inc, + dependencies : [ + test_dependencies, + ], +)) + run_clang_tidy = find_program('run-clang-tidy', required: false) if run_clang_tidy.found() -- cgit v1.2.3-70-g09d2