torture: Decode expected packets and test KDC behaviour for wrong passwords
[Samba.git] / lib / async_req / wscript_build
blobe8af569b4f9d619e3ff00faa3d6f881a67801382
1 #!/usr/bin/env python
4 bld.SAMBA_SUBSYSTEM('LIBASYNC_REQ',
5 source='async_sock.c',
6 public_deps='talloc tevent iov_buf',
7 deps='tevent-util socket-blocking'