1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Adjust paths for impending moves to the framework

Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
Gilles Peskine
2024-10-03 18:52:58 +02:00
parent 082eadef4e
commit 3146772575
4 changed files with 5 additions and 4 deletions

View File

@ -70,7 +70,7 @@ component_check_test_cases () {
else
opt=''
fi
tests/scripts/check_test_cases.py -q $opt
framework/scripts/check_test_cases.py -q $opt
unset opt
}