mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-01-11 02:35:39 +00:00
Add generate_test_code.py unit tests in all.sh
This commit is contained in:
parent
21798105f6
commit
ee6529eb83
|
@ -1050,9 +1050,11 @@ for optimization_flag in -O2 -O3 -Ofast -Os; do
|
|||
done
|
||||
done
|
||||
|
||||
msg "Analyse: Python source with Pylint"
|
||||
msg "Lint: Python scripts"
|
||||
tests/scripts/check-python-files.sh
|
||||
|
||||
msg "uint test: generate_test_code.py"
|
||||
./tests/scripts/test_generate_test_code.py
|
||||
|
||||
################################################################
|
||||
#### Termination
|
||||
|
|
Loading…
Reference in a new issue