blob: 301595830ee8fc7561c46eaa65550698df9ce693 [file] [log] [blame]
Manuel Pégourié-Gonnard8bcad482024-10-23 10:41:15 +02001#! /usr/bin/env bash
2
3# all.sh
4#
5# Copyright The Mbed TLS Contributors
6# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
7
8# This file is executable; it is the entry point for users and the CI.
9# See "Files structure" in all-core.sh for other files used.
10
11# This script must be invoked from the project's root.
12
13# The path is going to change when this is moved to the framework
14source ../tests/scripts/all-core.sh
15
16main "$@"