Searched refs:p_root (Results 1 – 6 of 6) sorted by relevance
| /zcbor-latest/tests/scripts/ |
| D | test_repo_files.py | 23 p_root = Path(__file__).absolute().parents[2] variable 24 p_tests = p_root / 'tests' 25 p_readme = p_root / "README.md" 26 p_pypi_readme = p_root / "pypi_README.md" 27 p_architecture = p_root / "ARCHITECTURE.md" 28 p_release_notes = p_root / "RELEASE_NOTES.md" 29 p_init_py = p_root / '__init__.py' 30 p_zcbor_py = p_root / 'zcbor' / 'zcbor.py' 31 p_add_helptext = p_root / 'scripts' / 'add_helptext.py' 32 p_regenerate_samples = p_root / 'scripts' / 'regenerate_samples.py' [all …]
|
| D | test_versions.py | 15 p_root = p_script_dir.parents[1] variable 16 p_VERSION = p_root / "zcbor" / "VERSION" 17 p_release_notes = p_root / "RELEASE_NOTES.md" 18 p_migration_guide = p_root / "MIGRATION_GUIDE.md"
|
| D | test_zcbor.py | 34 p_root = Path(__file__).absolute().parents[2] variable 35 p_tests = Path(p_root, 'tests') 55 p_README = Path(p_root, 'README.md') 56 p_prelude = Path(p_root, 'zcbor', 'prelude.cddl') 57 p_VERSION = Path(p_root, 'zcbor', 'VERSION')
|
| /zcbor-latest/scripts/ |
| D | update_version.py | 12 p_root = Path(__file__).absolute().parents[1] variable 13 p_VERSION = Path(p_root, 'zcbor', 'VERSION') 14 p_RELEASE_NOTES = Path(p_root, 'RELEASE_NOTES.md') 15 p_MIGRATION_GUIDE = Path(p_root, 'MIGRATION_GUIDE.md') 16 p_common_h = Path(p_root, 'include', 'zcbor_common.h')
|
| D | regenerate_samples.py | 15 p_root = Path(__file__).absolute().parents[1] variable 16 p_build = p_root / 'build' 17 p_pet_sample = p_root / 'samples' / 'pet'
|
| D | add_helptext.py | 13 p_root = Path(__file__).absolute().parents[1] variable 14 p_README = Path(p_root, 'README.md')
|