nbt: Fix offset check in ndr_pull_component
[Samba/gebeck_regimport.git] / examples / libsmbclient / wscript_build
blob84e03f394a510e4d142733ce9f03cca7bf9aac95
1 #!/usr/bin/env python
3 names = ['testsmbc',
4 'testacl',
5 'testacl2',
6 'testacl3',
7 'testbrowse',
8 'testbrowse2',
9 'teststat',
10 'teststat2',
11 'teststat3',
12 'teststatvfs',
13 'testfstatvfs',
14 'testtruncate',
15 'testchmod',
16 'testutime',
17 'testread',
18 'testwrite',
19 'testctx']
21 for name in names:
22 bld.SAMBA_BINARY(name,
23 source='%s.c' % name,
24 deps='smbclient',
25 install=False)