Re: [PATCH v3 4/4] lib/test-string_helpers.c: add string_get_size() tests

2015-10-29 Thread Andy Shevchenko
On Thu, Oct 29, 2015 at 6:30 PM, Vitaly Kuznetsov wrote: > Add a couple of simple tests for string_get_size(). > > Signed-off-by: Vitaly Kuznetsov > --- > lib/test-string_helpers.c | 58 > +++ > 1 file changed, 58 insertions(+) > > diff --git a/lib/te

[PATCH v3 4/4] lib/test-string_helpers.c: add string_get_size() tests

2015-10-29 Thread Vitaly Kuznetsov
Add a couple of simple tests for string_get_size(). Signed-off-by: Vitaly Kuznetsov --- lib/test-string_helpers.c | 58 +++ 1 file changed, 58 insertions(+) diff --git a/lib/test-string_helpers.c b/lib/test-string_helpers.c index 8e376ef..4c77b54 1006