diff options
author | Volker Lendecke <vl@samba.org> | 2012-08-15 14:08:45 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-08-16 22:49:06 +0200 |
commit | f3b69da2aeb637398b0670cfb4a29379a8000d91 (patch) | |
tree | 3cfbba3e04d3132ecf58a41e86c96627eee7cd60 /source4/selftest | |
parent | fbebd7530ed365ac6a7c7ae004975850b4f4d162 (diff) | |
download | samba-f3b69da2aeb637398b0670cfb4a29379a8000d91.tar.gz samba-f3b69da2aeb637398b0670cfb4a29379a8000d91.tar.bz2 samba-f3b69da2aeb637398b0670cfb4a29379a8000d91.zip |
s3-libsmb: Add a simple test for python bindings
Signed-off-by: Stefan Metzmacher <metze@samba.org>
Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Thu Aug 16 22:49:06 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4/selftest')
-rwxr-xr-x | source4/selftest/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
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 |