4719ba79c6859f02a36c7fd9375639d1e6dd9a75
[martins/samba.git] / lib / torture / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_LIBRARY('torture',
4         source='torture.c subunit.c',
5         vnum='0.0.1',
6         pc_files='torture.pc',
7         public_deps='libsamba-hostconfig libsamba-util errors talloc tevent subunit',
8         public_headers='torture.h'
9         )