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