tdb: Harden allocating the tdb recovery area
[Samba.git] / lib / torture / wscript_build
blob31c386277fb4874f9bfd017ddadbaea5f11c2f68
1 #!/usr/bin/env python
3 bld.SAMBA_LIBRARY('torture',
4 private_library=True,
5 source='torture.c subunit.c simple.c',
6 public_deps='samba-hostconfig samba-util samba-errors talloc tevent',
7 private_headers='torture.h'