error: more unit tests

This commit is contained in:
Dirk-Jan C. Binnema
2023-09-24 17:24:37 +03:00
parent abb0fb4fd5
commit fa22fc28d9
3 changed files with 72 additions and 2 deletions

View File

@ -105,5 +105,11 @@ test('test-html-to-text',
cpp_args: ['-DBUILD_TESTS'],
dependencies: [glib_dep, lib_mu_utils_dep]))
test('test-error',
executable('test-error', 'mu-error.cc',
install: false,
cpp_args: ['-DBUILD_TESTS'],
dependencies: [glib_dep, lib_mu_utils_dep]))
subdir('tests')