COSE: Add test suite to NS code only
New version of t_cose library contains a test suite,
similar to QCBOR. This chnage integrates this test suite
to TF-M regression test.
Change-Id: I48ffef187d8aba7ce85c273d015b190c9d1049b9
Signed-off-by: Tamas Ban <tamas.ban@arm.com>
diff --git a/test/TestConfig.cmake b/test/TestConfig.cmake
index 8d97178..103b0f9 100644
--- a/test/TestConfig.cmake
+++ b/test/TestConfig.cmake
@@ -1,5 +1,5 @@
#-------------------------------------------------------------------------------
-# Copyright (c) 2019, Arm Limited. All rights reserved.
+# Copyright (c) 2019-2020, Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: BSD-3-Clause
#
@@ -11,7 +11,8 @@
option(ENABLE_CRYPTO_SERVICE_TESTS "Option for crypto service tests" TRUE)
option(ENABLE_ATTESTATION_SERVICE_TESTS "Option for attestation service tests" TRUE)
option(ENABLE_PLATFORM_SERVICE_TESTS "Option for platform service tests" TRUE)
-option(ENABLE_QCBOR_TESTS "Option for qcbor tests" TRUE)
+option(ENABLE_QCBOR_TESTS "Option for QCBOR tests" TRUE)
+option(ENABLE_T_COSE_TESTS "Option for T_COSE tests" TRUE)
# If a partition is not enabled, then neither should its tests.
if (NOT TFM_PARTITION_SECURE_STORAGE)