lib: unit tests: improve / better coverage
This commit is contained in:
@ -87,6 +87,12 @@ test('test-logger',
|
||||
cpp_args: ['-DBUILD_TESTS'],
|
||||
dependencies: [glib_dep, lib_mu_utils_dep, thread_dep ]))
|
||||
|
||||
test('test-option',
|
||||
executable('test-option', 'mu-option.cc',
|
||||
install: false,
|
||||
cpp_args: ['-DBUILD_TESTS'],
|
||||
dependencies: [glib_dep, lib_mu_utils_dep ]))
|
||||
|
||||
test('test-lang-detector',
|
||||
executable('test-lang-detector', 'mu-lang-detector.cc',
|
||||
install: false,
|
||||
|
||||
Reference in New Issue
Block a user