selftest: Add tests for the dlz_bind9 module
[gd/samba-autobuild/.git] / source4 / torture / dns / wscript_build
1 #!/usr/bin/env python
2
3 bld.SAMBA_MODULE('TORTURE_DNS',
4         source='dlz_bind9.c',
5         subsystem='smbtorture',
6         init_function='torture_dns_init',
7         cflags='-DBIND_VERSION_9_8',
8         deps='torture talloc torturemain dlz_bind9_for_torture',
9         internal_module=True
10         )