source: trunk/server/libcli/echo/tests/wscript_build

Last change on this file was 745, checked in by Silvan Scherrer, 13 years ago

Samba Server: updated trunk to 3.6.0

File size: 260 bytes
Line 
1#!/usr/bin/env python
2
3bld.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.