Gilles Peskine | 62cf2e8 | 2020-03-27 16:35:23 +0100 | [diff] [blame] | 1 | #! /usr/bin/env bash |
Manuel Pégourié-Gonnard | 80955ee | 2014-03-19 18:29:01 +0100 | [diff] [blame] | 2 | |
Simon Butcher | 3ea7f52 | 2016-03-07 23:22:10 +0000 | [diff] [blame] | 3 | # all.sh |
| 4 | # |
Bence Szépkúti | 1e14827 | 2020-08-07 13:07:28 +0200 | [diff] [blame] | 5 | # Copyright The Mbed TLS Contributors |
Dave Rodgman | 16799db | 2023-11-02 19:47:20 +0000 | [diff] [blame] | 6 | # SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later |
Gilles Peskine | 192c72f | 2017-12-21 15:59:21 +0100 | [diff] [blame] | 7 | |
Manuel Pégourié-Gonnard | 327edec | 2024-10-09 11:18:43 +0200 | [diff] [blame] | 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 | |
Manuel Pégourié-Gonnard | 621c96a | 2024-10-23 09:42:47 +0200 | [diff] [blame^] | 11 | # This script must be invoked from the project's root. |
| 12 | |
Manuel Pégourié-Gonnard | 535e8aa | 2024-10-03 12:55:52 +0200 | [diff] [blame] | 13 | # The path is going to change when this is moved to the framework |
Manuel Pégourié-Gonnard | 621c96a | 2024-10-23 09:42:47 +0200 | [diff] [blame^] | 14 | source tests/scripts/all-core.sh |
Gilles Peskine | 8f07312 | 2018-11-27 15:58:47 +0100 | [diff] [blame] | 15 | |
Manuel Pégourié-Gonnard | 2969280 | 2024-10-03 12:52:05 +0200 | [diff] [blame] | 16 | main "$@" |