Manuel Pégourié-Gonnard | a93f988 | 2024-10-24 09:49:34 +0200 | [diff] [blame] | 1 | #! /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 | |
Elena Uziunaite | 8993fec | 2024-11-20 16:28:01 +0000 | [diff] [blame] | 13 | FRAMEWORK="$PWD/framework" |
| 14 | source $FRAMEWORK/scripts/all-core.sh |
Manuel Pégourié-Gonnard | a93f988 | 2024-10-24 09:49:34 +0200 | [diff] [blame] | 15 | |
| 16 | main "$@" |