diff options
author | Andrew Bartlett <abartlet@samba.org> | 2009-08-11 18:20:39 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2009-08-11 18:22:12 +1000 |
commit | e13c14e7e440f56069aac6c6568b56e48e7ea825 (patch) | |
tree | 07a8233b67e57aa221aefdda252b3bbfac919e6f /source4/torture/config.mk | |
parent | 40017a2143c97c622a3f237f347d2fd3f4039bcc (diff) | |
download | samba-e13c14e7e440f56069aac6c6568b56e48e7ea825.tar.gz |
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.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/source4/torture/config.mk b/source4/torture/config.mk index 79d9bd0c765..b85a0f84b1c 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 |