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:
parent
e91895f411
commit
d5dd99a95f
4186
source4/torture/ndr/cabinet.c
Normal file
4186
source4/torture/ndr/cabinet.c
Normal file
File diff suppressed because it is too large
Load Diff
@ -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);
|
||||
|
@ -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'
|
||||
|
Loading…
x
Reference in New Issue
Block a user