Re: [dm-devel] [PATCH 4/6] Unit tests for is_path_valid()

2020-05-18 Thread Benjamin Marzinski
On Fri, May 15, 2020 at 08:37:23PM +, Martin Wilck wrote: > On Thu, 2020-05-14 at 20:59 -0500, Benjamin Marzinski wrote: > > Signed-off-by: Benjamin Marzinski > > Two minor nits below, otherwise ack. Sure. I can fix those up. -Ben > > > --- > > tests/Makefile | 4 +- > > tests/valid.c

Re: [dm-devel] [PATCH 4/6] Unit tests for is_path_valid()

2020-05-16 Thread Martin Wilck
On Fri, 2020-05-15 at 22:37 +0200, Martin Wilck wrote: > On Thu, 2020-05-14 at 20:59 -0500, Benjamin Marzinski wrote: > > Signed-off-by: Benjamin Marzinski > > Two minor nits below, otherwise ack. > > > --- > > tests/Makefile | 4 +- > > tests/valid.c | 424 > > ++

Re: [dm-devel] [PATCH 4/6] Unit tests for is_path_valid()

2020-05-15 Thread Martin Wilck
On Thu, 2020-05-14 at 20:59 -0500, Benjamin Marzinski wrote: > Signed-off-by: Benjamin Marzinski Two minor nits below, otherwise ack. > --- > tests/Makefile | 4 +- > tests/valid.c | 424 > + > 2 files changed, 427 insertions(+), 1 deletion(-)

[dm-devel] [PATCH 4/6] Unit tests for is_path_valid()

2020-05-14 Thread Benjamin Marzinski
Signed-off-by: Benjamin Marzinski --- tests/Makefile | 4 +- tests/valid.c | 424 + 2 files changed, 427 insertions(+), 1 deletion(-) create mode 100644 tests/valid.c diff --git a/tests/Makefile b/tests/Makefile index 1b8706a7..125553b8 100644