From 14bd4b81846318f2dd9a6a29018481299bd07450 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 16 Feb 2005 10:04:52 +0000 Subject: r5415: added a NBT-WINSREPLICATION torture test. It asks the server for the list of partners, and for each partner dumps the complete list of names (This used to be commit dacf5f166a0d5a7bc1d96e730748811c9f47bba6) --- source4/torture/config.mk | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'source4/torture/config.mk') diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 2ee996ebb4..7b61fb9a9a 100644 --- a/source4/torture/config.mk +++ b/source4/torture/config.mk @@ -173,9 +173,10 @@ ADD_OBJ_FILES = \ torture/nbt/query.o \ torture/nbt/register.o \ torture/nbt/wins.o \ - torture/nbt/winsbench.o + torture/nbt/winsbench.o \ + torture/nbt/winsreplication.o REQUIRED_SUBSYSTEMS = \ - LIBSMB + LIBSMB LIBCLI_WINS # End SUBSYSTEM TORTURE_NBT ################################# -- cgit