commit | 53da6ae842610aa3fc2d3e413d6667646aa4d2ef | [log] [tgz] |
---|---|---|
author | Simon Butcher <simon.butcher@arm.com> | Mon Oct 10 22:03:39 2016 +0100 |
committer | Janos Follath <janos.follath@arm.com> | Tue Oct 11 12:25:04 2016 +0100 |
tree | 11021ba3d656d6843ac5fda10b172d93a37c4e2d | |
parent | 33183fd408f538c7b84ef1982c6e2a89e9c1c922 [diff] |
Add CMAC test suite to CMakeLists.txt
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 13659de..21583c4 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -61,6 +61,7 @@ add_test_suite(cipher cipher.gcm) add_test_suite(cipher cipher.null) add_test_suite(cipher cipher.padding) +add_test_suite(cmac) add_test_suite(ctr_drbg) add_test_suite(debug) add_test_suite(des)