repo.or.cz
/
Samba.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
s3: SMB2 : Fix leak of blocking lock records in the database.
[Samba.git]
/
examples
/
libsmbclient
/
wscript_build
blob
aa39965d22a6e1fe279526c2099e5a159ef3abcd
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
)