#------------------------------------------------------------------------------- | |
# Copyright (c) 2022, Arm Limited. All rights reserved. | |
# | |
# SPDX-License-Identifier: BSD-3-Clause | |
# | |
#------------------------------------------------------------------------------- | |
cmake_minimum_required(VERSION 3.13) | |
include(secure_tests.cmake) | |
# Include test suites at last after other targets are setup. | |
add_subdirectory(suites) |