diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2007-03-04 22:36:41 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:49:12 -0500 |
commit | bf08493a78fd5da00d08152427d1a58142f89209 (patch) | |
tree | c2e5d1bba5fdcd7804877cb72b699682aef4d373 /source4/torture/local/config.mk | |
parent | 112e520073e417a024c0536ba43669c115de3814 (diff) | |
download | samba-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/config.mk')
-rw-r--r-- | source4/torture/local/config.mk | 1 |
1 files changed, 1 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 \ |