torture: convert torture_comment() -> torture_result() so we can knownfail flapping...
[Samba/wip.git] / libcli / util / wscript_build
blob3bfa4b1cdc673abc47b55be782ad1ab8c7b03cd8
1 #!/usr/bin/env python
4 bld.SAMBA_LIBRARY('errors',
5 public_headers='error.h ntstatus.h doserr.h werror.h hresult.h',
6 header_path='core',
7 source='doserr.c errormap.c nterr.c errmap_unix.c hresult.c',
8 public_deps='talloc samba-util',
9 private_library=True