summaryrefslogtreecommitdiff
path: root/lib/torture/wscript_build
blob: 732e24a822859263f190203bc356ad8ad3a27bbb (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/env python

bld.SAMBA_LIBRARY('torture',
	source='torture.c subunit.c simple.c',
	vnum='0.0.1',
	pc_files='torture.pc',
	public_deps='samba-hostconfig samba-util errors talloc tevent subunit',
	public_headers='torture.h'
	)