Home
last modified time | relevance | path

Searched full:scripts (Results 1 – 12 of 12) sorted by relevance

/zcbor-latest/.github/workflows/
Drun-tests.yaml57 …-r scripts\requirements.txt -r zephyr-clone\scripts\requirements-base.txt -r zephyr-clone\scripts\…
87 …python %ZEPHYR_BASE%\scripts\twister -i -v -T tests -W --timestamps --platform ${{ matrix.platform…
112 working-directory: tests/scripts
131 pip install -U -r scripts/requirements.txt
142 working-directory: tests/scripts
164 working-directory: tests/scripts
186 working-directory: tests/scripts
313 working-directory: tests/scripts
/zcbor-latest/tests/
Dtest.sh8 pushd "scripts"
17 $ZEPHYR_BASE/scripts/twister -M -v -T . -W --exclude-tag release --platform native_posix --platform…
Dbe_test.sh12 $ZEPHYR_BASE/scripts/twister -M -v -T . -W --platform qemu_malta/qemu_malta/be $*
/zcbor-latest/
Dpyproject.toml34 [project.scripts]
46 dependencies = {file = ['scripts/requirements-base.txt']}
DARCHITECTURE.md133 DataTranslator functionality is tested in [tests/scripts](tests/scripts)
DREADME.md268 These tests can be found in [tests/scripts/test_zcbor.py](tests/scripts/test_zcbor.py).
269 In this file there are also tests for code style of all python scripts, using the `pycodestyle` lib…
271 Tests for the docs, samples, etc. can be found in [tests/scripts/test_repo_files.py](tests/scripts/…
DRELEASE_NOTES.md496 * Run tests with twister instead of custom bash scripts
/zcbor-latest/.github/actions/prepare_and_run_tests/
Daction.yaml47 pip3 install -U -r $ZEPHYR_BASE/scripts/requirements-build-test.txt
48 pip3 install -U -r $ZEPHYR_BASE/scripts/requirements-run-test.txt
86 … ZCBOR_TEST_COMMAND="$ZEPHYR_BASE/scripts/twister -i -v -T . -W ${{ inputs.twister_arguments }}"
/zcbor-latest/tests/scripts/
Dtest_repo_files.py31 p_add_helptext = p_root / 'scripts' / 'add_helptext.py'
32 p_regenerate_samples = p_root / 'scripts' / 'regenerate_samples.py'
33 p_test_zcbor_py = p_tests / 'scripts' / 'test_zcbor.py'
34 p_test_versions_py = p_tests / 'scripts' / 'test_versions.py'
35 p_test_repo_files_py = p_tests / 'scripts' / 'test_repo_files.py'
54 """Run codestyle tests on all Python scripts in the repo."""
/zcbor-latest/tests/fuzz/
Dreadme.md3 Use the provided scripts; specify the number of seconds as an argument.
/zcbor-latest/.github/actions/install_zcbor/
Daction.yaml15 pip3 install -U -r scripts/requirements.txt
/zcbor-latest/zcbor/
Dzcbor.py1376 Decode and validate CBOR into Python structures to be able to make Python scripts that