test-parse-argument: add a test for the three parse_*_argument() functions
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 14 Feb 2021 12:35:32 +0000 (13:35 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 15 Feb 2021 07:50:45 +0000 (08:50 +0100)
commit1751efdf6fd2d2f1b34014a1f19a4db3b5083d27
tree1dbd7541e92c29ad18cb578d58622e214f2888c2
parentb1e8f46c318d88df8e0939e6cf2428ba4c343957
test-parse-argument: add a test for the three parse_*_argument() functions

This mostly tests the return values and that the xsprintf
buffers are big enough.
src/test/meson.build
src/test/test-parse-argument.c [new file with mode: 0644]