summaryrefslogtreecommitdiff
path: root/source4/torture/config.mk
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-08-11 18:20:39 +1000
committerAndrew Bartlett <abartlet@samba.org>2009-08-11 18:22:12 +1000
commite13c14e7e440f56069aac6c6568b56e48e7ea825 (patch)
tree07a8233b67e57aa221aefdda252b3bbfac919e6f /source4/torture/config.mk
parent40017a2143c97c622a3f237f347d2fd3f4039bcc (diff)
downloadsamba-e13c14e7e440f56069aac6c6568b56e48e7ea825.tar.gz
samba-e13c14e7e440f56069aac6c6568b56e48e7ea825.tar.bz2
samba-e13c14e7e440f56069aac6c6568b56e48e7ea825.zip
s4:torture Add test for the NTP signd server
This is used by at patch to the NTP project to supply authenticated time as required by MS-SNTP. (ie, to keep windows clients in time sync in the domain) Andrew Bartlett
Diffstat (limited to 'source4/torture/config.mk')
-rw-r--r--source4/torture/config.mk16
1 files changed, 16 insertions, 0 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk
index 79d9bd0c76..b85a0f84b1 100644
--- a/source4/torture/config.mk
+++ b/source4/torture/config.mk
@@ -237,6 +237,22 @@ TORTURE_NET_OBJ_FILES = $(addprefix $(torturesrcdir)/libnet/, libnet.o \
$(eval $(call proto_header_template,$(torturesrcdir)/libnet/proto.h,$(TORTURE_NET_OBJ_FILES:.o=.c)))
#################################
+# Start SUBSYSTEM TORTURE_NTP
+[MODULE::TORTURE_NTP]
+SUBSYSTEM = smbtorture
+OUTPUT_TYPE = MERGED_OBJ
+INIT_FUNCTION = torture_ntp_init
+PRIVATE_DEPENDENCIES = \
+ POPT_CREDENTIALS \
+ torture_rpc
+# End SUBSYSTEM TORTURE_NTP
+#################################
+
+TORTURE_NTP_OBJ_FILES = $(addprefix $(torturesrcdir)/ntp/, ntp_signd.o)
+
+$(eval $(call proto_header_template,$(torturesrcdir)/ntp/proto.h,$(TORTURE_NET_OBJ_FILES:.o=.c)))
+
+#################################
# Start BINARY smbtorture
[BINARY::smbtorture]
INSTALLDIR = BINDIR