command-handler: rework for new sexp

Rework / cleanup the command-handler (and rename for command-parser).

Update tests (and integrate with sources)
This commit is contained in:
Dirk-Jan C. Binnema
2022-11-07 18:19:53 +02:00
parent dfc2cb12d7
commit dbd3c1309a
8 changed files with 562 additions and 735 deletions

View File

@ -18,11 +18,6 @@
################################################################################
# tests
#
test('test-command-parser',
executable('test-command-parser',
'test-command-parser.cc',
install: false,
dependencies: [glib_dep, lib_mu_utils_dep]))
test('test-mu-util',
executable('test-mu-util',
'test-mu-util.c',
@ -38,8 +33,3 @@ test('test-mu-utils',
'test-utils.cc',
install: false,
dependencies: [glib_dep, lib_mu_utils_dep]))
test('test-sexp',
executable('test-sexp',
'test-sexp.cc',
install: false,
dependencies: [glib_dep, lib_mu_utils_dep] ))