summaryrefslogtreecommitdiff
path: root/source4/torture
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-24 15:55:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:07:11 -0500
commitf2d64e1c45994e4b519454c071e90e0cd8240c8a (patch)
tree9a287ebd6f970a2d87b9a0c525b347d43b79b281 /source4/torture
parent385622396d4bf30b3775d24a7da7ee0c08f07ddd (diff)
downloadsamba-f2d64e1c45994e4b519454c071e90e0cd8240c8a.tar.gz
samba-f2d64e1c45994e4b519454c071e90e0cd8240c8a.tar.bz2
samba-f2d64e1c45994e4b519454c071e90e0cd8240c8a.zip
r25306: Add tests for string_sub().
(This used to be commit 2d37ddcbd1243f48d81af17d8ea3cdd6e8e35b8d)
Diffstat (limited to 'source4/torture')
-rw-r--r--source4/torture/local/config.mk1
-rw-r--r--source4/torture/local/local.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk
index 1364028ab7..e3ea9e44ef 100644
--- a/source4/torture/local/config.mk
+++ b/source4/torture/local/config.mk
@@ -28,6 +28,7 @@ OBJ_FILES = \
../../lib/registry/tests/registry.o \
resolve.o \
../../lib/util/tests/strlist.o \
+ ../../lib/util/tests/str.o \
../../lib/util/tests/file.o \
../../lib/util/tests/genrand.o \
../../lib/compression/testsuite.o \
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c
index 90c3c0d3d9..a52f5d2f7d 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -33,6 +33,7 @@
torture_local_irpc,
torture_local_util_strlist,
torture_local_util_file,
+ torture_local_util_str,
torture_local_idtree,
torture_local_genrand,
torture_local_iconv,