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:
parent
6ddc797e3a
commit
bc619e7328
@ -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 \
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user