1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

s4-torture: Introduce Cabinet ndr testsuite

Guenther

Signed-off-by: Guenther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Günther Deschner 2016-09-23 17:18:12 +02:00 committed by Andreas Schneider
parent e91895f411
commit d5dd99a95f
3 changed files with 4188 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -523,6 +523,7 @@ struct torture_suite *torture_local_ndr(TALLOC_CTX *mem_ctx)
torture_suite_add_suite(suite, ndr_negoex_suite(suite));
torture_suite_add_suite(suite, ndr_string_suite(suite));
torture_suite_add_suite(suite, ndr_krb5pac_suite(suite));
torture_suite_add_suite(suite, ndr_cabinet_suite(suite));
torture_suite_add_simple_test(suite, "string terminator",
test_check_string_terminator);

View File

@ -63,6 +63,7 @@ bld.SAMBA_SUBSYSTEM('TORTURE_NDR',
ndr/negoex.c
ndr/krb5pac.c
ndr/winspool.c
ndr/cabinet.c
''',
autoproto='ndr/proto.h',
deps='torture krb5samba'