summaryrefslogtreecommitdiff
path: root/source4/torture/config.mk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-02-01 06:16:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:28 -0500
commit831e06810a1bc486424f89ee5628fc18f92fd1e4 (patch)
tree63a7943899957299a1e443739b04837e30538fcd /source4/torture/config.mk
parent9b9c23b19be5a90821e1075a76f8b94fdb2424e2 (diff)
downloadsamba-831e06810a1bc486424f89ee5628fc18f92fd1e4.tar.gz
samba-831e06810a1bc486424f89ee5628fc18f92fd1e4.tar.bz2
samba-831e06810a1bc486424f89ee5628fc18f92fd1e4.zip
r5156: started on test driven development of the nbt server. This adds a
NBT-REGISTER test that tests that a server correctly defends its name against broadcast name registrations. Jeremy, you might like to look at this. Samba3 nmbd fails to respond. (This used to be commit bb1298a2eb192ec2cd547a299334cc82a63a5acc)
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r--source4/torture/config.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index 41268ece5a..15661eb785 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -170,7 +170,8 @@ REQUIRED_SUBSYSTEMS = \
# Start SUBSYSTEM TORTURE_NBT
[SUBSYSTEM::TORTURE_NBT]
ADD_OBJ_FILES = \
- torture/nbt/query.o
+ torture/nbt/query.o \
+ torture/nbt/register.o
REQUIRED_SUBSYSTEMS = \
LIBSMB
# End SUBSYSTEM TORTURE_NBT