1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-22 16:39:56 +08:00

Merge pull request #9431 from ronald-cron-arm/fix-basic-build-test

basic-build-test.sh: Restore make only command
This commit is contained in:
Gilles Peskine 2024-07-29 12:10:11 +00:00 committed by GitHub
commit cfe8c4c57d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,7 +76,7 @@ export LDFLAGS=' --coverage'
make clean
cp "$CONFIG_H" "$CONFIG_BAK"
scripts/config.py full
make -j
make
# Step 2 - Execute the tests