1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-16 00:23:52 +03:00

python:tests: Move NDR tests to their own directory

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton
2023-11-20 15:46:16 +13:00
committed by Andrew Bartlett
parent 19b4fb8b5a
commit 21a3f60cfc
3 changed files with 3 additions and 1 deletions

View File

@@ -100,10 +100,12 @@ EXCLUDE_DIRS = {
'bin/python/samba/tests',
'bin/python/samba/tests/dcerpc',
'bin/python/samba/tests/krb5',
'bin/python/samba/tests/ndr',
'python/samba/tests',
'python/samba/tests/bin',
'python/samba/tests/dcerpc',
'python/samba/tests/krb5',
'python/samba/tests/ndr',
}