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

Merge pull request #9603 from gilles-peskine-arm/test-ref-configs-go-away-3.6

Backport 3.6: Switch from test-ref-configs.pl to separate components
This commit is contained in:
Gilles Peskine
2024-09-24 13:00:54 +00:00
committed by GitHub
20 changed files with 330 additions and 179 deletions

View File

@ -16,6 +16,8 @@ set(executables
ssl_server
ssl_server2
)
add_dependencies(${programs_target} ${executables})
add_dependencies(${ssl_opt_target} ${executables})
if(GEN_FILES)
# Inform CMake that the following file will be generated as part of the build