From e5ebda41563ed6152bae9ffcf873eeee679878de Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Fri, 11 Nov 2011 00:32:09 +0100 Subject: s4 dns: Add a first test case --- source4/selftest/tests.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/selftest') diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 0c755d1580..f465396fe1 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -293,6 +293,9 @@ for f in sorted(os.listdir(os.path.join(samba4srcdir, "../pidl/tests"))): if f.endswith(".pl"): planperltestsuite("pidl.%s" % f[:-3], os.path.normpath(os.path.join(samba4srcdir, "../pidl/tests", f))) +# DNS tests +planpythontestsuite("dc", "samba.tests.dns") + # Blackbox Tests: # tests that interact directly with the command-line tools rather than using # the API. These mainly test that the various command-line options of commands -- cgit