pytest:sddl debugging: should_fail test says how it failed
[Samba.git] / lib / async_req / wscript_build
blob4486a5b2f06e1d238a2c0505f87609102d0b4878
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'
10 bld.SAMBA_BINARY('async_connect_send_test',
11 source='async_connect_send_test.c',
12 deps='LIBASYNC_REQ',
13 for_selftest=True