mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-01 09:10:03 +00:00
17 lines
444 B
Bash
17 lines
444 B
Bash
|
#! /usr/bin/env bash
|
||
|
|
||
|
# all.sh (mbedtls part)
|
||
|
#
|
||
|
# Copyright The Mbed TLS Contributors
|
||
|
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
|
||
|
|
||
|
# This file is executable; it is the entry point for users and the CI.
|
||
|
# See "Files structure" in all-core.sh for other files used.
|
||
|
|
||
|
# This script must be invoked from the project's root.
|
||
|
|
||
|
# The path is going to change when this is moved to the framework
|
||
|
source tests/scripts/all-core.sh
|
||
|
|
||
|
main "$@"
|