[Libguestfs] [nbdkit PATCH v2 0/2] Improve nbdkit_parse_size

Eric Blake eblake at redhat.com
Wed Feb 7 23:32:56 UTC 2018


Take two, this time split into two patches.  I liked Rich's
suggestion of unit-testing src/ files directly in src/, and
automake is a lot happier with this than with my v1 attempt
that tried to compile .c files across directories.

It's still enough of a change that I'm not pushing it right
away.

Eric Blake (2):
  build: Add unit-testing of internal files
  utils: Revamp nbdkit_parse_size

 src/test-utils.c | 128 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/utils.c      |  95 +++++++++++++++++++++++++++--------------
 .gitignore       |   1 +
 src/Makefile.am  |  15 ++++++-
 4 files changed, 205 insertions(+), 34 deletions(-)
 create mode 100644 src/test-utils.c

-- 
2.14.3




More information about the Libguestfs mailing list