mu: modernize command-line unit tests
This commit is contained in:
@ -18,23 +18,11 @@
|
||||
# tests
|
||||
#
|
||||
|
||||
# BROKEN on ubuntu CI, but works elsewhere. Investigate
|
||||
test('test-cmd',
|
||||
executable('test-cmd',
|
||||
'test-mu-cmd.cc',
|
||||
install: false,
|
||||
dependencies: [glib_dep, config_h_dep, lib_mu_dep]))
|
||||
|
||||
test('test-cmd-cfind',
|
||||
executable('test-cmd-cfind',
|
||||
'test-mu-cmd-cfind.cc',
|
||||
install: false,
|
||||
dependencies: [glib_dep, config_h_dep, lib_mu_dep]))
|
||||
test('test-cmd-query',
|
||||
executable('test-cmd-query',
|
||||
'test-mu-query.cc',
|
||||
install: false,
|
||||
dependencies: [glib_dep, config_h_dep, lib_mu_dep]))
|
||||
'test-mu-query.cc',
|
||||
install: false,
|
||||
dependencies: [glib_dep, config_h_dep, lib_mu_dep]))
|
||||
|
||||
gmime_test = executable(
|
||||
'gmime-test', [
|
||||
|
||||
Reference in New Issue
Block a user