Merge branch 'master' into scapegoat

This commit is contained in:
King_DuckZ 2025-08-23 12:41:01 +01:00
commit 3f633df74f
6 changed files with 265 additions and 4 deletions

View file

@ -1,4 +1,4 @@
catch2_dep = dependency('Catch2', version: '>=3.5.2')
catch2_dep = dependency('catch2-with-main', version: '>=3.5.2')
unit_test_prog = executable(meson.project_name(),
'int_conv_test.cpp',