blob: a1b062aac86a56cdb889af22beb14cf299d248ea [file] [log] [blame]
Manuel Pégourié-Gonnarda93f9882024-10-24 09:49:34 +02001#! /usr/bin/env bash
2
3# all.sh (mbedtls part)
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
Manuel Pégourié-Gonnard30e8eb92024-11-12 11:57:46 +010013source framework/scripts/all-core.sh
Manuel Pégourié-Gonnarda93f9882024-10-24 09:49:34 +020014
15main "$@"