blob: 8134b371576bdc37ff38425ca28425f267f83e4e [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é-Gonnard535e8aa2024-10-03 12:55:52 +02008# The path is going to change when this is moved to the framework
9test_script_dir="${0%/*}"
10source "$test_script_dir"/all-core.sh
Gilles Peskine8f073122018-11-27 15:58:47 +010011
Manuel Pégourié-Gonnard29692802024-10-03 12:52:05 +020012main "$@"