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

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