mirror of
https://github.com/samba-team/samba.git
synced 2025-08-30 17:49:30 +03:00
r17491: I forgot to commit this...fix make test...sorry:-)
metze
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
d3e2e1af80
commit
408e507f0f
@ -51,6 +51,8 @@ NTSTATUS torture_local_init(void)
|
|||||||
TALLOC_CTX *mem_ctx = talloc_autofree_context();
|
TALLOC_CTX *mem_ctx = talloc_autofree_context();
|
||||||
|
|
||||||
register_torture_op("LOCAL-TALLOC", torture_local_talloc);
|
register_torture_op("LOCAL-TALLOC", torture_local_talloc);
|
||||||
|
register_torture_op("LOCAL-CRYPTO-SHA1", torture_local_crypto_sha1);
|
||||||
|
register_torture_op("LOCAL-CRYPTO-HMACSHA1", torture_local_crypto_hmacsha1);
|
||||||
for (i = 0; suite_generators[i]; i++)
|
for (i = 0; suite_generators[i]; i++)
|
||||||
torture_register_suite(suite_generators[i](mem_ctx));
|
torture_register_suite(suite_generators[i](mem_ctx));
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user