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