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
s4:dsdb: fix spelling in comment
[samba.git]
/
examples
/
libsmbclient
/
wscript_build
blob
c58a5b9e5a3b0c8dfe7cf7ab6dce9ccd881a1145
1
#!/usr/bin/env python
2
3
names
= [
'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
22
for
name
in
names
:
23
bld
.
SAMBA_BINARY
(
name
,
24
source
=
'
%s
.c'
%
name
,
25
deps
=
'popt smbclient'
,
26
install
=
False
)