mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Add an all.sh component running depends.pl
Signed-off-by: Andrzej Kurek <andrzej.kurek@arm.com>
This commit is contained in:
parent
e05b17fb85
commit
3cca0c8e68
|
|
@ -1777,6 +1777,11 @@ component_build_key_exchanges () {
|
|||
tests/scripts/key-exchanges.pl
|
||||
}
|
||||
|
||||
component_test_depends () {
|
||||
msg "test/build: depends.py (gcc)" # ~ 15 min
|
||||
tests/scripts/depends.py
|
||||
}
|
||||
|
||||
component_test_make_cxx () {
|
||||
msg "build: Unix make, full, gcc + g++"
|
||||
scripts/config.py full
|
||||
|
|
|
|||
Loading…
Reference in a new issue