commit | 50157ff5abc60ba75b9048384606839523b5ca77 | [log] [tgz] |
---|---|---|
author | Paul Bakker <paul.bakker@arm.com> | Tue Jul 19 14:57:00 2016 +0100 |
committer | Simon Butcher <simon.butcher@arm.com> | Thu Aug 25 16:36:35 2016 +0100 |
tree | 9a17f1a75a4b677111919320e0fefa9de589b910 | |
parent | 81c60910e1303684ab6a982fd421a0786b719eb7 [diff] [blame] |
Add new timing test suite that runs the timing self test
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index a004a3d..13659de 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -95,6 +95,7 @@ add_test_suite(pkwrite) add_test_suite(shax) add_test_suite(ssl) +add_test_suite(timing) add_test_suite(rsa) add_test_suite(version) add_test_suite(xtea)