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/getnc_exop: Initial implementation of a testsuite for GetNCChanges extended opeart...
[Samba.git]
/
libcli
/
echo
/
tests
/
wscript_build
blob
7e58130708f6cb527a17b6133e6bbc39d47372bc
1
#!/usr/bin/env python
2
3
bld
.
SAMBA_MODULE
(
'TORTURE_LIBCLI_ECHO'
,
4
source
=
'echo.c'
,
5
subsystem
=
'smbtorture'
,
6
init_function
=
'torture_libcli_echo_init'
,
7
deps
=
'LIBTSOCKET UTIL_TEVENT LIBCLI_ECHO'
,
8
internal_module
=
True
);