blob: 6708de1027724ebb47b76fb8b89c843ce0baf244 [file] [log] [blame]
Gilles Peskine62cf2e82020-03-27 16:35:23 +01001#! /usr/bin/env bash
Manuel Pégourié-Gonnard80955ee2014-03-19 18:29:01 +01002
Simon Butcher3ea7f522016-03-07 23:22:10 +00003# all.sh
4#
Bence Szépkúti1e148272020-08-07 13:07:28 +02005# Copyright The Mbed TLS Contributors
Dave Rodgman16799db2023-11-02 19:47:20 +00006# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
Gilles Peskine192c72f2017-12-21 15:59:21 +01007
Manuel Pégourié-Gonnard327edec2024-10-09 11:18:43 +02008# 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é-Gonnard535e8aa2024-10-03 12:55:52 +020011# The path is going to change when this is moved to the framework
12test_script_dir="${0%/*}"
13source "$test_script_dir"/all-core.sh
Gilles Peskine8f073122018-11-27 15:58:47 +010014
Manuel Pégourié-Gonnard29692802024-10-03 12:52:05 +020015main "$@"