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

Pylint tests in all.sh

This commit is contained in:
Mohammad Azim Khan
2018-07-06 00:41:08 +01:00
parent 539aa06f64
commit 21798105f6
3 changed files with 445 additions and 0 deletions

View File

@ -1050,6 +1050,8 @@ for optimization_flag in -O2 -O3 -Ofast -Os; do
done
done
msg "Analyse: Python source with Pylint"
tests/scripts/check-python-files.sh
################################################################