mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
1cb8ee81f6
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
13 lines
271 B
Bash
Executable File
13 lines
271 B
Bash
Executable File
#! /usr/bin/env bash
|
|
|
|
# all.sh
|
|
#
|
|
# Copyright The Mbed TLS Contributors
|
|
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
|
|
|
# The path is going to change when this is moved to the framework
|
|
test_script_dir="${0%/*}"
|
|
source "$test_script_dir"/all-core.sh
|
|
|
|
main "$@"
|