tests: update naming

This commit is contained in:
Dirk-Jan C. Binnema 2022-02-21 23:20:43 +02:00
parent f10a7560f7
commit ec826cd838
3 changed files with 8 additions and 8 deletions

View File

@ -15,7 +15,7 @@
## Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
test('test_mu_guile',
test('test-mu-guile',
executable('test-mu-guile',
'test-mu-guile.cc',
install: false,

View File

@ -56,7 +56,7 @@ test('test-threads',
cpp_args: ['-DBUILD_TESTS'],
dependencies: [glib_dep, lib_mu_dep, lib_test_mu_common_dep]))
test('test-contacts-cache',
executable('test-contacts',
executable('test-contacts-cache',
'../mu-contacts-cache.cc',
install: false,
cpp_args: ['-DBUILD_TESTS'],

View File

@ -18,32 +18,32 @@
################################################################################
# tests
#
test('test_command_parser',
test('test-command-parser',
executable('test-command-parser',
'test-command-parser.cc',
install: false,
dependencies: [glib_dep, lib_mu_utils_dep]))
test('test_mu_str',
test('test-mu-str',
executable('test-mu-str',
'test-mu-str.c',
install: false,
dependencies: [glib_dep, config_h_dep,lib_mu_utils_dep]))
test('test_mu_util',
test('test-mu-util',
executable('test-mu-util',
'test-mu-util.c',
install: false,
dependencies: [glib_dep,config_h_dep, lib_mu_utils_dep]))
test('test_option',
test('test-option',
executable('test-option',
'test-option.cc',
install: false,
dependencies: [glib_dep, lib_mu_utils_dep]))
test('test_mu_utils',
test('test-mu-utils',
executable('test-mu-utils',
'test-utils.cc',
install: false,
dependencies: [glib_dep, lib_mu_utils_dep]))
test('test_sexp',
test('test-sexp',
executable('test-sexp',
'test-sexp.cc',
install: false,