repo.or.cz
/
Samba
/
bb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
selftest/flapping: more samba4.rpc.samr.large-dc.two subtests are flakey
[Samba/bb.git]
/
source3
/
lib
/
asys
/
wscript_build
blob
15de9770b80bd00bd7fe9cffcac050d7c322faac
1
#!/usr/bin/env python
2
3
bld
.
SAMBA3_SUBSYSTEM
(
'LIBASYS'
,
4
source
=
'asys.c'
,
5
deps
=
'PTHREADPOOL'
)
6
7
bld
.
SAMBA3_BINARY
(
'asystest'
,
8
source
=
'tests.c'
,
9
deps
=
'LIBASYS'
,
10
install
=
False
)