summaryrefslogtreecommitdiff
path: root/libcli/echo/tests/wscript_build
blob: 366c89565a34277570c0c50e5ec07017473c679d (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/env python

bld.SAMBA_MODULE('TORTURE_LIBCLI_ECHO',
        source='echo.c',
        subsystem='smbtorture',
        init_function='torture_libcli_echo_init',
        deps='LIBTSOCKET tevent-util LIBCLI_ECHO',
        internal_module=True);