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 c150aeda71..69d4ef2d2c 100644
--- a/source4/torture/local/config.mk
+++ b/source4/torture/local/config.mk
@@ -25,6 +25,7 @@ OBJ_FILES = \
resolve.o \
../../lib/util/tests/strlist.o \
../../lib/util/tests/file.o \
+ ../../lib/util/tests/genrand.o \
sddl.o \
../../lib/tdr/testsuite.o \
event.o \
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c
index fbf89b6e4e..3d8127a6d1 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -35,6 +35,7 @@
torture_local_util_strlist,
torture_local_util_file,
torture_local_idtree,
+ torture_local_genrand,
torture_local_iconv,
torture_local_socket,
torture_local_socket_wrapper,