tevent: avoid any operation on epoll_ev after a epoll_panic()
[Samba/gebeck_regimport.git] / libcli / echo / tests / wscript_build
blob366c89565a34277570c0c50e5ec07017473c679d
1 #!/usr/bin/env python
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);