From bf08493a78fd5da00d08152427d1a58142f89209 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sun, 4 Mar 2007 22:36:41 +0000 Subject: r21688: Add simple tests for genrand (This used to be commit 90f23f0de86bb63ad65556ff2dab8b066236f300) --- source4/torture/local/config.mk | 1 + source4/torture/local/local.c | 1 + 2 files changed, 2 insertions(+) (limited to 'source4/torture/local') 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, -- cgit