s3-nsswitch: Fix warnings on Solaris.
[Samba/gebeck_regimport.git] / examples / libsmbclient / wscript_build
blobaa39965d22a6e1fe279526c2099e5a159ef3abcd
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='popt smbclient',
25 install=False)