From 52f0dedc1a63c75f87adc0f70f10aae2b2bfaf72 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 6 Sep 2012 14:26:57 +1000 Subject: 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 --- source4/torture/wscript_build | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture/wscript_build') diff --git a/source4/torture/wscript_build b/source4/torture/wscript_build index fbed3941c8..a45bf3844c 100755 --- a/source4/torture/wscript_build +++ b/source4/torture/wscript_build @@ -57,6 +57,7 @@ bld.SAMBA_MODULE('torture_rpc', ) bld.RECURSE('drs') +bld.RECURSE('dns') bld.SAMBA_MODULE('TORTURE_RAP', source='rap/rap.c rap/rpc.c rap/printing.c rap/sam.c', -- cgit