summaryrefslogtreecommitdiff
path: root/source4/torture/local
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-10-02 10:38:24 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:30 -0500
commitbc619e7328c79a3e862a24b03cccb379702fd385 (patch)
treebfa61dd396399fc86914c200abcf4d2f3008076c /source4/torture/local
parent6ddc797e3a6a5852c0d587ed1206f84e95b54210 (diff)
downloadsamba-bc619e7328c79a3e862a24b03cccb379702fd385.tar.gz
samba-bc619e7328c79a3e862a24b03cccb379702fd385.tar.bz2
samba-bc619e7328c79a3e862a24b03cccb379702fd385.zip
r19035: add LOCAL-REPLACE test
metze (This used to be commit e95a1ab2cd568ef5492dfae130cb2e937ac15194)
Diffstat (limited to 'source4/torture/local')
-rw-r--r--source4/torture/local/config.mk2
-rw-r--r--source4/torture/local/local.c1
2 files changed, 3 insertions, 0 deletions
diff --git a/source4/torture/local/config.mk b/source4/torture/local/config.mk
index 85bf715632..fb3eb2c6ad 100644
--- a/source4/torture/local/config.mk
+++ b/source4/torture/local/config.mk
@@ -7,6 +7,8 @@ PRIVATE_PROTO_HEADER = \
proto.h
OBJ_FILES = \
iconv.o \
+ ../../lib/replace/test/testsuite.o \
+ ../../lib/replace/test/os2_delete.o \
../../lib/talloc/testsuite.o \
../../lib/crypto/md4test.o \
../../lib/crypto/md5test.o \
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c
index 4c18803d23..ef9c3a91ff 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -50,6 +50,7 @@ NTSTATUS torture_local_init(void)
int i;
TALLOC_CTX *mem_ctx = talloc_autofree_context();
+ register_torture_op("LOCAL-REPLACE", torture_local_replace);
register_torture_op("LOCAL-TALLOC", torture_local_talloc);
register_torture_op("LOCAL-CRYPTO-MD4", torture_local_crypto_md4);
register_torture_op("LOCAL-CRYPTO-MD5", torture_local_crypto_md5);