selftest: change plugin_dc to test using s3fs
[ira/wip.git] / examples / libsmbclient / wscript_build
1 #!/usr/bin/env python
2
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']
20
21 for name in names:
22     bld.SAMBA_BINARY(name,
23                      source='%s.c' % name,
24                      deps='popt smbclient',
25                      install=False)