1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-06 13:18:07 +03:00
samba-mirror/examples/libsmbclient/wscript_build

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
592 B
Plaintext
Raw Normal View History

#!/usr/bin/env python
names = ['testsmbc',
'testacl',
'testacl2',
'testacl3',
'testbrowse',
'testbrowse2',
'testnotify',
'teststat',
'teststat2',
'teststat3',
'teststatvfs',
'testfstatvfs',
'testtruncate',
'testchmod',
'testutime',
'testread',
'testwrite',
'testctx']
for name in names:
bld.SAMBA_BINARY(name,
source='%s.c' % name,
deps='popt smbclient',
install=False)