summaryrefslogtreecommitdiff
path: root/source4/torture/local
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-03-04 22:36:41 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:49:12 -0500
commitbf08493a78fd5da00d08152427d1a58142f89209 (patch)
treec2e5d1bba5fdcd7804877cb72b699682aef4d373 /source4/torture/local
parent112e520073e417a024c0536ba43669c115de3814 (diff)
downloadsamba-bf08493a78fd5da00d08152427d1a58142f89209.tar.gz
samba-bf08493a78fd5da00d08152427d1a58142f89209.tar.bz2
samba-bf08493a78fd5da00d08152427d1a58142f89209.zip
r21688: Add simple tests for genrand
(This used to be commit 90f23f0de86bb63ad65556ff2dab8b066236f300)
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,