summaryrefslogtreecommitdiff
path: root/selftest/tests.py
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2019-01-17 10:52:25 +0100
committerAndrew Bartlett <abartlet@samba.org>2020-02-21 02:09:33 +0000
commit8a87fdb4a7aec8fb4da817abbf9efe797b16fed8 (patch)
tree7b2736a9b5e271ca4454bf9a59b4783e5feb29d2 /selftest/tests.py
parent3d8680e6a879c0c785e491a3fa78ba8ce86c2380 (diff)
downloadsamba-8a87fdb4a7aec8fb4da817abbf9efe797b16fed8.tar.gz
lib:util: Add test to verify old and new macros are the same
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'selftest/tests.py')
-rw-r--r--selftest/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index a15a5384897..e5fc25f7cec 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -391,6 +391,8 @@ plantestsuite("samba.unittests.byteorder", "none",
[os.path.join(bindir(), "default/lib/util/test_byteorder")])
plantestsuite("samba.unittests.bytearray", "none",
[os.path.join(bindir(), "default/lib/util/test_bytearray")])
+plantestsuite("samba.unittests.byteorder_verify", "none",
+ [os.path.join(bindir(), "default/lib/util/test_byteorder_verify")])
plantestsuite("samba.unittests.ntlm_check", "none",
[os.path.join(bindir(), "default/libcli/auth/test_ntlm_check")])
plantestsuite("samba.unittests.gnutls", "none",