source:
trunk/server/libcli/echo/tests/wscript_build
Last change on this file was 745, checked in by , 13 years ago | |
---|---|
File size: 260 bytes |
Line | |
---|---|
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); |
Note:
See TracBrowser
for help on using the repository browser.