Merge branch 'refactor/ldgen' into 'master'

refactor: ldgen

Closes IDF-605 and IDFGH-6271

See merge request espressif/esp-idf!16509
This commit is contained in:
Fu Hanxi
2022-01-10 09:15:44 +00:00
32 changed files with 951 additions and 1729 deletions

View File

@@ -57,10 +57,8 @@ test_ldgen_on_host:
extends: .host_test_template
script:
- cd tools/ldgen/test
- ./test_fragments.py
- ./test_generation.py
- ./test_entity.py
- ./test_output_commands.py
- export PYTHONPATH=$PYTHONPATH:..
- python -m unittest
variables:
LC_ALL: C.UTF-8
@@ -317,7 +315,7 @@ test_mkuf2:
test_autocomplete:
extends: .host_test_template
image: $CI_DOCKER_REGISTRY/linux-shells:1
image: $LINUX_SHELL_IMAGE
artifacts:
when: on_failure
paths:
@@ -328,7 +326,7 @@ test_autocomplete:
test_detect_python:
extends: .host_test_template
image: $CI_DOCKER_REGISTRY/linux-shells:1
image: $LINUX_SHELL_IMAGE
script:
- cd ${IDF_PATH}
- shellcheck -s sh tools/detect_python.sh