commit | 8df81e029f0f1be2dda67b97ed56739d3a1a34d7 | [log] [tgz] |
---|---|---|
author | Markku-Juhani O. Saarinen <mjos@mjos.fi> | Fri Dec 01 14:26:40 2017 +0000 |
committer | Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com> | Tue Feb 27 12:39:12 2018 +0100 |
tree | d1a6d33ecc9e63968def5902f36d0e3281a4b7a9 | |
parent | 6ba68d4a3b421a6b6a2f38a72a7a00ff3ebd598d [diff] [blame] |
Test suite for ARIA
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 16e19a9..c85d3a2 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt
@@ -104,6 +104,7 @@ add_test_suite(xtea) add_test_suite(x509parse) add_test_suite(x509write) +add_test_suite(aria) # Make data_files available in an out-of-source build if (NOT ${CMAKE_CURRENT_BINARY_DIR} STREQUAL ${CMAKE_CURRENT_SOURCE_DIR})