repo.or.cz
/
Samba
/
gebeck_regimport.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
lib/param: add some more alias for 'allow dns updates' options.
[Samba/gebeck_regimport.git]
/
libcli
/
echo
/
tests
/
wscript_build
blob
366c89565a34277570c0c50e5ec07017473c679d
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 tevent-util LIBCLI_ECHO'
,
8
internal_module
=
True
);