source: vendor/current/examples/libsmbclient/wscript_build

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

File size: 592 bytes
Line 
1#!/usr/bin/env python
2
3names = ['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']
21
22for name in names:
23 bld.SAMBA_BINARY(name,
24 source='%s.c' % name,
25 deps='popt smbclient',
26 install=False)
Note: See TracBrowser for help on using the repository browser.