summaryrefslogtreecommitdiff
path: root/source4/torture/local
diff options
context:
space:
mode:
Diffstat (limited to 'source4/torture/local')
-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,