summaryrefslogtreecommitdiff
path: root/lib/util/tests/strv.c
AgeCommit message (Collapse)AuthorFilesLines
2016-02-29lib/util: Add tests for strv_addn()Martin Schwenke1-2/+34
Also some other minor test cleanups. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Volker Lendecke <vl@samba.org> Autobuild-User(master): Volker Lendecke <vl@samba.org> Autobuild-Date(master): Mon Feb 29 15:18:17 CET 2016 on sn-devel-144
2016-02-26lib/util: Add tests for strvMartin Schwenke1-0/+169
These are blackbox tests against most of the API. It would be possible to write tests that check the internals of the strv are as expected but that probably doesn't add much value. Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Jeremy Allison <jra@samba.org>