diff options
author | Andreas Schneider <asn@samba.org> | 2019-05-16 08:31:40 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2019-05-17 20:44:36 +0000 |
commit | 0b8b04dbd3f053f11da15a8f28bbd5cbd9f4d48b (patch) | |
tree | 7ef8933d2092fa0895494619d682c035b7a9a6e7 /selftest | |
parent | ad04e5f5f9181516b7aee209237f20b9ca90da97 (diff) | |
download | samba-0b8b04dbd3f053f11da15a8f28bbd5cbd9f4d48b.tar.gz |
lib:util: Add a test for byteorder.h
Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri May 17 20:44:36 UTC 2019 on sn-devel-184
Diffstat (limited to 'selftest')
-rw-r--r-- | selftest/tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py index 133f227ab82..1568f29b212 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -257,6 +257,8 @@ plantestsuite("samba.unittests.kerberos", "none", [os.path.join(bindir(), "test_kerberos")]) plantestsuite("samba.unittests.ms_fnmatch", "none", [os.path.join(bindir(), "default/lib/util/test_ms_fnmatch")]) +plantestsuite("samba.unittests.byteorder", "none", + [os.path.join(bindir(), "default/lib/util/test_byteorder")]) plantestsuite("samba.unittests.ntlm_check", "none", [os.path.join(bindir(), "default/libcli/auth/test_ntlm_check")]) plantestsuite("samba.unittests.test_registry_regfio", "none", |