2c0064e9edbf8edd1f265ab146c6c373e20713f6
[obnox/samba/samba-obnox.git] / lib / torture / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_LIBRARY('torture',
4     private_library=True,
5     source='torture.c subunit.c simple.c',
6     public_deps='samba-hostconfig samba-util errors talloc tevent',
7     private_headers='torture.h'
8     )