summaryrefslogtreecommitdiff
path: root/source4/torture/ndr/ndr.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-09-08 11:18:40 +0200
committerGünther Deschner <gd@samba.org>2010-09-08 19:35:36 +0200
commit81ece84b789c64243db1661df6c9fa590d19490f (patch)
tree3131f7bc2dc8fc98515395b9267c2035696ada46 /source4/torture/ndr/ndr.c
parent1217809c465a35b0a2727111d820007097b2b611 (diff)
downloadsamba-81ece84b789c64243db1661df6c9fa590d19490f.tar.gz
samba-81ece84b789c64243db1661df6c9fa590d19490f.tar.bz2
samba-81ece84b789c64243db1661df6c9fa590d19490f.zip
s4-smbtorture: add torture ndr nbt testsuite.
Guenther
Diffstat (limited to 'source4/torture/ndr/ndr.c')
-rw-r--r--source4/torture/ndr/ndr.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/ndr/ndr.c b/source4/torture/ndr/ndr.c
index 6068e108b5..9d0f345461 100644
--- a/source4/torture/ndr/ndr.c
+++ b/source4/torture/ndr/ndr.c
@@ -267,6 +267,7 @@ struct torture_suite *torture_local_ndr(TALLOC_CTX *mem_ctx)
torture_suite_add_suite(suite, ndr_spoolss_suite(suite));
torture_suite_add_suite(suite, ndr_samr_suite(suite));
torture_suite_add_suite(suite, ndr_drsblobs_suite(suite));
+ torture_suite_add_suite(suite, ndr_nbt_suite(suite));
torture_suite_add_simple_test(suite, "string terminator",
test_check_string_terminator);