mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
feat(cmakev2): Enabled test_versions.py for cmakev2
This commit is contained in:
@@ -280,6 +280,7 @@ pytest_buildv2_system:
|
||||
test_partition.py
|
||||
test_reproducible_build.py
|
||||
test_sdkconfig.py
|
||||
test_versions.py
|
||||
|
||||
pytest_build_system_macos:
|
||||
extends:
|
||||
|
||||
@@ -70,6 +70,7 @@ def test_versions_get_version_from_git_describe(
|
||||
# 6. Verify that cmake correctly flags invalid inputs for the VERSION argument and accepts valid inputs for the same
|
||||
#
|
||||
#############################################################################################
|
||||
@pytest.mark.buildv2_skip('cmakev2 does not need to parse the VERSION argument in the build system')
|
||||
def test_versions_get_version_from_version_arg(idf_py: IdfPyFunc, test_git_template_app: Path) -> None:
|
||||
logging.info('Verify that the VERSION argument in project() is correctly parsed by cmake')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user