1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r19035: add LOCAL-REPLACE test

metze
(This used to be commit e95a1ab2cd)
This commit is contained in:
Stefan Metzmacher 2006-10-02 10:38:24 +00:00 committed by Gerald (Jerry) Carter
parent 6ddc797e3a
commit bc619e7328
2 changed files with 3 additions and 0 deletions

View File

@ -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 \

View File

@ -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);