mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-21 21:36:21 +01:00
Fix usage of {curves,key-exchanges}.pl in all.sh
This commit is contained in:
parent
1fe6bb9f25
commit
9ba9dfb1c6
4 changed files with 25 additions and 4 deletions
|
|
@ -17,9 +17,12 @@
|
|||
#
|
||||
# And any test suite with the wrong dependencies will fail.
|
||||
#
|
||||
# Usage: curves.pl
|
||||
# Usage: tests/scripts/curves.pl
|
||||
#
|
||||
# This script should be executed from the root of the project directory.
|
||||
#
|
||||
# For best effect, run either with cmake disabled, or cmake enabled in a mode
|
||||
# that includes -Werror.
|
||||
|
||||
use warnings;
|
||||
use strict;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue