diff options
author | Andrew Tridgell <tridge@samba.org> | 2010-02-07 16:06:31 +1100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2010-02-10 15:55:34 -0800 |
commit | 91cb7b7c604d6d3c0dcb3dbcdabb0a6db6097035 (patch) | |
tree | baf9d36f9b0a6d9f5879ef12795971da78b75113 /source4/torture/local | |
parent | 32809bd8c17c9c522338722177539aa3d60c4cbc (diff) | |
download | samba-91cb7b7c604d6d3c0dcb3dbcdabb0a6db6097035.tar.gz samba-91cb7b7c604d6d3c0dcb3dbcdabb0a6db6097035.tar.bz2 samba-91cb7b7c604d6d3c0dcb3dbcdabb0a6db6097035.zip |
test:local added LOCAL-DLINKLIST testsuite
(cherry picked from commit 95a5bee2c30a67a35604b0456ab7836f6dc67702)
Diffstat (limited to 'source4/torture/local')
-rw-r--r-- | source4/torture/local/config.mk | 1 | ||||
-rw-r--r-- | source4/torture/local/local.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk index a67e6498b1..d56306b794 100644 --- a/source4/torture/local/config.mk +++ b/source4/torture/local/config.mk @@ -35,6 +35,7 @@ TORTURE_LOCAL_OBJ_FILES = \ $(torturesrcdir)/../lib/messaging/tests/irpc.o \ $(torturesrcdir)/../librpc/tests/binding_string.o \ $(torturesrcdir)/../../lib/util/tests/idtree.o \ + $(torturesrcdir)/../../lib/util/tests/dlinklist.o \ $(torturesrcdir)/../lib/socket/testsuite.o \ $(torturesrcdir)/../../lib/socket_wrapper/testsuite.o \ $(torturesrcdir)/../../lib/nss_wrapper/testsuite.o \ diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c index 8f3f5d666c..054f6a5a0d 100644 --- a/source4/torture/local/local.c +++ b/source4/torture/local/local.c @@ -40,6 +40,7 @@ torture_local_util_data_blob, torture_local_util_asn1, torture_local_idtree, + torture_local_dlinklist, torture_local_genrand, torture_local_iconv, torture_local_socket, |