1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-29 11:41:15 +03:00

Add recursion.pl to all.sh

This commit is contained in:
Manuel Pégourié-Gonnard
2014-11-20 17:32:33 +01:00
parent 10c44d767d
commit ea29d152c7

View File

@ -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 .