From f3b69da2aeb637398b0670cfb4a29379a8000d91 Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Wed, 15 Aug 2012 14:08:45 +0200 Subject: s3-libsmb: Add a simple test for python bindings Signed-off-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Thu Aug 16 22:49:06 CEST 2012 on sn-devel-104 --- source4/selftest/tests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/selftest') diff --git a/source4/selftest/tests.py b/source4/selftest/tests.py index 12c84a3dbd..76ef681fec 100755 --- a/source4/selftest/tests.py +++ b/source4/selftest/tests.py @@ -297,6 +297,8 @@ for f in sorted(os.listdir(os.path.join(samba4srcdir, "../pidl/tests"))): # DNS tests planpythontestsuite("dc", "samba.tests.dns") +planpythontestsuite("s3dc", "samba.tests.libsmb_samba_internal"); + # 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