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

26 lines
564 B
Plaintext
Raw Normal View History

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