16 lines
404 B
Bash
Raw Normal View History

#! /usr/bin/env bash
# all.sh
#
# Copyright The Mbed TLS Contributors
# SPDX-License-Identifier: Apache-2.0 OR GPL-2.0-or-later
2017-12-21 15:59:21 +01:00
# 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.
# 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 "$@"