diff options
author | Günther Deschner <gd@samba.org> | 2010-09-08 11:18:40 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2010-09-08 19:35:36 +0200 |
commit | 81ece84b789c64243db1661df6c9fa590d19490f (patch) | |
tree | 3131f7bc2dc8fc98515395b9267c2035696ada46 /source4/torture/wscript_build | |
parent | 1217809c465a35b0a2727111d820007097b2b611 (diff) | |
download | samba-81ece84b789c64243db1661df6c9fa590d19490f.tar.gz samba-81ece84b789c64243db1661df6c9fa590d19490f.tar.bz2 samba-81ece84b789c64243db1661df6c9fa590d19490f.zip |
s4-smbtorture: add torture ndr nbt testsuite.
Guenther
Diffstat (limited to 'source4/torture/wscript_build')
-rw-r--r-- | source4/torture/wscript_build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build index 47b2b3d235..715bec502f 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', + 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', autoproto='ndr/proto.h', deps='torture SERVICE_SMB' ) |