mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-22 05:46:41 +01:00
Add recursion.pl to all.sh
This commit is contained in:
parent
10c44d767d
commit
ea29d152c7
1 changed files with 3 additions and 0 deletions
|
|
@ -70,6 +70,9 @@ msg()
|
|||
#
|
||||
# Indicative running times are given for reference.
|
||||
|
||||
msg "test: recursion.pl" # < 1s
|
||||
scripts/recursion.pl library/*.c
|
||||
|
||||
msg "build: cmake, gcc, ASan" # ~ 1 min 50s
|
||||
cleanup
|
||||
CC=gcc cmake -D CMAKE_BUILD_TYPE:String=Asan .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue