diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-09-06 14:26:57 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-09-06 15:22:26 +1000 |
commit | 52f0dedc1a63c75f87adc0f70f10aae2b2bfaf72 (patch) | |
tree | a0ad48863e88a0fa757459f82c4ed6249f4e78b3 /source4/torture/dns/wscript_build | |
parent | 0d99175f2afb4badd61ba903f3752a0207b049a3 (diff) | |
download | samba-52f0dedc1a63c75f87adc0f70f10aae2b2bfaf72.tar.gz samba-52f0dedc1a63c75f87adc0f70f10aae2b2bfaf72.tar.bz2 samba-52f0dedc1a63c75f87adc0f70f10aae2b2bfaf72.zip |
selftest: Add tests for the dlz_bind9 module
This will help ensure that we do not break the fundemental loading etc.
From here, it should be easy to extend this to more comprehensive tests.
Andrew Bartlett
Diffstat (limited to 'source4/torture/dns/wscript_build')
-rw-r--r-- | source4/torture/dns/wscript_build | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/source4/torture/dns/wscript_build b/source4/torture/dns/wscript_build new file mode 100644 index 0000000000..83df02fec4 --- /dev/null +++ b/source4/torture/dns/wscript_build @@ -0,0 +1,10 @@ +#!/usr/bin/env python + +bld.SAMBA_MODULE('TORTURE_DNS', + source='dlz_bind9.c', + subsystem='smbtorture', + init_function='torture_dns_init', + cflags='-DBIND_VERSION_9_8', + deps='torture talloc torturemain dlz_bind9_for_torture', + internal_module=True + ) |