torture: Simplify torture suite running, call restricted test suite runner.
[samba.git] / lib / torture / wscript_build
1 #!/usr/bin/env python
2
3
4 bld.SAMBA_LIBRARY('torture',
5         source='torture.c subunit.c',
6         vnum='0.0.1',
7         pc_files='torture.pc',
8         public_deps='LIBSAMBA-HOSTCONFIG LIBSAMBA-UTIL LIBSAMBA-ERRORS talloc tevent',
9         public_headers='torture.h'
10         )
11