Raef Coles | c7d8068 | 2021-05-26 14:20:31 +0100 | [diff] [blame] | 1 | #------------------------------------------------------------------------------- |
2 | # Copyright (c) 2022, Arm Limited. All rights reserved. | ||||
3 | # | ||||
4 | # SPDX-License-Identifier: BSD-3-Clause | ||||
5 | # | ||||
6 | #------------------------------------------------------------------------------- | ||||
7 | |||||
8 | cmake_minimum_required(VERSION 3.13) | ||||
9 | |||||
10 | include(secure_tests.cmake) | ||||
11 | |||||
12 | # Include test suites at last after other targets are setup. | ||||
13 | add_subdirectory(suites) |