summaryrefslogtreecommitdiff
path: root/selftest
diff options
context:
space:
mode:
Diffstat (limited to 'selftest')
-rw-r--r--selftest/tests.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/selftest/tests.py b/selftest/tests.py
index 4cc2e7f8918..c774f18af3e 100644
--- a/selftest/tests.py
+++ b/selftest/tests.py
@@ -478,3 +478,6 @@ plantestsuite("samba.unittests.gnutls_aead_aes_256_cbc_hmac_sha512", "none",
[os.path.join(bindir(), "test_gnutls_aead_aes_256_cbc_hmac_sha512")])
plantestsuite("samba.unittests.encode_decode", "none",
[os.path.join(bindir(), "test_encode_decode")])
+
+plantestsuite("samba.unittests.compression.lzxpress_huffman", "none",
+ [os.path.join(bindir(), "default/lib/compression/test_lzx_huffman")])