mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Add script to print build environment info. (#539)
* Add script to print build environment info. The new script is also included in: - all.sh - basic-build-test.sh * Tidy up environment reporting script. Changes include: - making the echo calls portable - removing unnecessary brackets - using more efficient checks for the existance of commands - correcting typos and copyright year * Update references to output_env.sh
This commit is contained in:
parent
4dcae421a9
commit
b72c67804a
3 changed files with 116 additions and 0 deletions
|
|
@ -121,6 +121,9 @@ fi
|
|||
#
|
||||
# Indicative running times are given for reference.
|
||||
|
||||
msg "info: output_env.sh"
|
||||
scripts/output_env.sh
|
||||
|
||||
msg "test: recursion.pl" # < 1s
|
||||
tests/scripts/recursion.pl library/*.c
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue