summaryrefslogtreecommitdiff
path: root/source4/torture/local/local.c
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2016-02-26 15:23:31 +1100
committerJeremy Allison <jra@samba.org>2016-02-26 19:27:08 +0100
commitf3ea162488c52a9b7ca82b191007df3ba8185c87 (patch)
treedcc8dd34310dbf05004f18096ecb4863e28397ae /source4/torture/local/local.c
parent0d08af70c83f98bf0daeef45a0d76676a1fbde5a (diff)
downloadsamba-f3ea162488c52a9b7ca82b191007df3ba8185c87.tar.gz
lib/util: Add tests for strv
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>
Diffstat (limited to 'source4/torture/local/local.c')
-rw-r--r--source4/torture/local/local.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c
index 3988988a9c4..1f68aacba8e 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -41,6 +41,7 @@
torture_local_util_data_blob,
torture_local_util_asn1,
torture_local_util_anonymous_shared,
+ torture_local_util_strv,
torture_local_idtree,
torture_local_dlinklist,
torture_local_genrand,