mu-remove: add unit test

This commit is contained in:
Dirk-Jan C. Binnema
2023-07-18 21:33:59 +03:00
parent 8b66491a72
commit 0cb78fe4d1
3 changed files with 81 additions and 1 deletions

View File

@ -48,5 +48,13 @@ test('test-cmd-add',
cpp_args: ['-DBUILD_TESTS'],
dependencies: [glib_dep, lib_mu_dep]))
test('test-cmd-remove',
executable('test-cmd-remove',
'mu-cmd-remove.cc',
install: false,
cpp_args: ['-DBUILD_TESTS'],
dependencies: [glib_dep, lib_mu_dep]))
subdir('tests')