From e53f420552ef6b2b3e8b8c231852d185fd0f9642 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Fri, 27 Jan 2006 13:10:24 +0000 Subject: r13182: Add first bits of browsing testsuite. (This used to be commit 841fb3d4e764dc7ae8222ad7cb69dc6244035ea2) --- source4/torture/torture.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/torture.c') diff --git a/source4/torture/torture.c b/source4/torture/torture.c index 50034f430b..a37fde6938 100644 --- a/source4/torture/torture.c +++ b/source4/torture/torture.c @@ -2334,6 +2334,7 @@ static struct { {"NBT-WINS", torture_nbt_wins, 0}, {"NBT-DGRAM", torture_nbt_dgram, 0}, {"NBT-WINSREPLICATION", torture_nbt_winsreplication, 0}, + {"NBT-BROWSE", torture_nbt_browse, 0}, /* libnet tests */ {"NET-USERINFO", torture_userinfo, 0}, -- cgit