David Hu | 6318d21 | 2021-08-23 18:07:57 +0800 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
Feder Liang | 7abe9a4 | 2021-12-03 17:54:58 +0800 | [diff] [blame] | 2 | # Copyright (c) 2021-2022, Arm Limited. All rights reserved. |
David Hu | 6318d21 | 2021-08-23 18:07:57 +0800 | [diff] [blame] | 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") |
David Hu | 6318d21 | 2021-08-23 18:07:57 +0800 | [diff] [blame] | 17 | set(TEST_NS_CRYPTO ON CACHE BOOL "Whether to build NS regression Crypto tests") |
| 18 | set(TEST_NS_ITS ON CACHE BOOL "Whether to build NS regression ITS tests") |
| 19 | set(TEST_NS_PS ON CACHE BOOL "Whether to build NS regression PS tests") |
| 20 | set(TEST_NS_PLATFORM ON CACHE BOOL "Whether to build NS regression Platform tests") |
| 21 | set(TEST_NS_FWU ON CACHE BOOL "Whether to build NS regression FWU tests") |
David Hu | 6318d21 | 2021-08-23 18:07:57 +0800 | [diff] [blame] | 22 | set(TEST_NS_MULTI_CORE ON CACHE BOOL "Whether to build NS regression multi-core tests") |
Xinyu Zhang | 92fe758 | 2021-09-24 17:11:49 +0800 | [diff] [blame] | 23 | set(TEST_NS_MANAGE_NSID ON CACHE BOOL "Whether to build NS regression NSID management tests") |
Kevin Peng | f828d5a | 2022-03-09 15:35:12 +0800 | [diff] [blame] | 24 | |
| 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") |
Feder Liang | 7abe9a4 | 2021-12-03 17:54:58 +0800 | [diff] [blame] | 27 | set(TEST_NS_FPU OFF CACHE BOOL "Whether to build NS regression FPU tests") |
Kevin Peng | f828d5a | 2022-03-09 15:35:12 +0800 | [diff] [blame] | 28 | set(TEST_NS_IPC OFF CACHE BOOL "Whether to build NS regression IPC tests") |
David Hu | 0a880d3 | 2022-02-23 17:08:12 +0800 | [diff] [blame] | 29 | set(TEST_NS_SFN_BACKEND OFF CACHE BOOL "Whether to build NS regression SFN backend tests") |