summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/local/local.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/torture/local/local.c b/source4/torture/local/local.c
index b11d3387cb..c0b3305462 100644
--- a/source4/torture/local/local.c
+++ b/source4/torture/local/local.c
@@ -92,6 +92,8 @@ NTSTATUS torture_local_init(void)
torture_local_crypto_md5);
torture_suite_add_simple_test(suite, "crypto.hmacmd5",
torture_local_crypto_hmacmd5);
+ torture_suite_add_simple_test(suite, "crypto.aes_cmac_128",
+ torture_local_crypto_aes_cmac_128);
for (i = 0; suite_generators[i]; i++)
torture_suite_add_suite(suite,