summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2016-05-04 11:21:47 +1200
committerAndrew Bartlett <abartlet@samba.org>2016-05-10 01:43:15 +0200
commiteab6796f5b9d2c3c44c182a832afa86de84466f4 (patch)
treefa8ccf74cc019d71c9f92b9f489b57d9c6d301ad /selftest/tests.py
parent4c7a3fd56796913794d2529d4ae8d10a95bbe93b (diff)
downloadsamba-eab6796f5b9d2c3c44c182a832afa86de84466f4.tar.gz
selftest: Enable samba.tests.dcerpc.array test
Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 20eb63b4a9b..58f545682a6 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -60,6 +60,7 @@ planpythontestsuite("none", "samba.tests.samba3")
planpythontestsuite("none", "samba.tests.strings")
planpythontestsuite("none", "samba.tests.netcmd")
planpythontestsuite("none", "samba.tests.dcerpc.rpc_talloc")
+planpythontestsuite("none", "samba.tests.dcerpc.array")
planpythontestsuite("none", "samba.tests.hostconfig")
planpythontestsuite("ad_dc_ntvfs:local", "samba.tests.messaging")
planpythontestsuite("none", "samba.tests.samba3sam")