utils: Improve option/result types

And add the beginnings of unit tests.
This commit is contained in:
Dirk-Jan C. Binnema
2020-11-26 09:26:28 +02:00
parent 4b6d9a0ce8
commit d0e357c150
5 changed files with 82 additions and 2 deletions

View File

@ -116,6 +116,14 @@ test_command_parser_SOURCES= \
test_command_parser_LDADD= \
libmu-utils.la
TEST_PROGS+= \
test-option
test_option_SOURCES= \
test-option.cc
test_option_LDADD= \
libmu-utils.la
TESTS=$(TEST_PROGS)
include $(top_srcdir)/aminclude_static.am