David Hu | 6318d21 | 2021-08-23 18:07:57 +0800 | [diff] [blame^] | 1 | #------------------------------------------------------------------------------- |
| 2 | # Copyright (c) 2021, Arm Limited. All rights reserved. |
| 3 | # |
| 4 | # SPDX-License-Identifier: BSD-3-Clause |
| 5 | # |
| 6 | #------------------------------------------------------------------------------- |
| 7 | |
| 8 | ########################## NS test framework ################################### |
| 9 | |
| 10 | set(TEST_FRAMEWORK_NS ON CACHE BOOL "Whether to build NS regression tests framework") |
| 11 | |
| 12 | ########################## NS test suites ###################################### |
| 13 | |
| 14 | set(TEST_NS_ATTESTATION ON CACHE BOOL "Whether to build NS regression Attestation tests") |
| 15 | set(TEST_NS_T_COSE ON CACHE BOOL "Whether to build NS regression t_cose tests") |
| 16 | set(TEST_NS_QCBOR ON CACHE BOOL "Whether to build NS regression QCBOR tests") |
| 17 | set(TEST_NS_AUDIT ON CACHE BOOL "Whether to build NS regression Audit log tests") |
| 18 | set(TEST_NS_CORE ON CACHE BOOL "Whether to build NS regression Core tests") |
| 19 | set(TEST_NS_CRYPTO ON CACHE BOOL "Whether to build NS regression Crypto tests") |
| 20 | set(TEST_NS_ITS ON CACHE BOOL "Whether to build NS regression ITS tests") |
| 21 | set(TEST_NS_PS ON CACHE BOOL "Whether to build NS regression PS tests") |
| 22 | set(TEST_NS_PLATFORM ON CACHE BOOL "Whether to build NS regression Platform tests") |
| 23 | set(TEST_NS_FWU ON CACHE BOOL "Whether to build NS regression FWU tests") |
| 24 | set(TEST_NS_IPC ON CACHE BOOL "Whether to build NS regression IPC tests") |
| 25 | set(TEST_NS_SLIH_IRQ OFF CACHE BOOL "Whether to build NS regression Second-Level Interrupt Handling tests") |
| 26 | set(TEST_NS_FLIH_IRQ OFF CACHE BOOL "Whether to build NS regression First-Level Interrupt Handling tests") |
| 27 | set(TEST_NS_MULTI_CORE ON CACHE BOOL "Whether to build NS regression multi-core tests") |