summaryrefslogtreecommitdiff
path: root/source4/torture/wscript_build
diff options
context:
space:
mode:
authorMatthieu Patou <mat@matws.net>2010-09-21 07:39:24 +0400
committerStefan Metzmacher <metze@samba.org>2011-01-12 10:25:00 +0100
commit1c6077e71e6e9ab6ddb1b11fb7174a17c67b73bb (patch)
treef1f59a35217f2253be8154f0c4c09085f94a3955 /source4/torture/wscript_build
parent25ae380fabfd2d7e5141dadb48b8e30b5b723c1f (diff)
downloadsamba-1c6077e71e6e9ab6ddb1b11fb7174a17c67b73bb.tar.gz
samba-1c6077e71e6e9ab6ddb1b11fb7174a17c67b73bb.tar.bz2
samba-1c6077e71e6e9ab6ddb1b11fb7174a17c67b73bb.zip
torture: add ndr tests for backup key protocol
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Wed Jan 12 10:25:00 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/torture/wscript_build')
-rw-r--r--source4/torture/wscript_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build
index e24e9f1d3c..7e0a1ba914 100644
--- a/source4/torture/wscript_build
+++ b/source4/torture/wscript_build
@@ -33,7 +33,7 @@ bld.RECURSE('libnetapi')
bld.RECURSE('libsmbclient')
bld.SAMBA_SUBSYSTEM('TORTURE_NDR',
- source='ndr/ndr.c ndr/winreg.c ndr/atsvc.c ndr/lsa.c ndr/epmap.c ndr/dfs.c ndr/netlogon.c ndr/drsuapi.c ndr/spoolss.c ndr/samr.c ndr/dfsblob.c ndr/drsblobs.c ndr/nbt.c ndr/ntlmssp.c',
+ source='ndr/ndr.c ndr/winreg.c ndr/atsvc.c ndr/lsa.c ndr/epmap.c ndr/dfs.c ndr/netlogon.c ndr/drsuapi.c ndr/spoolss.c ndr/samr.c ndr/dfsblob.c ndr/drsblobs.c ndr/nbt.c ndr/ntlmssp.c ndr/backupkey.c',
autoproto='ndr/proto.h',
deps='torture'
)