Home
last modified time | relevance | path

Searched full:platform (Results 1 – 5 of 5) sorted by relevance

/zcbor-latest/.github/workflows/
Drun-tests.yaml18 platform: ["native_posix", "native_posix/native/64", "mps2/an521/cpu0"]
20 …name: Merge test 1 - Twister (Ubuntu) (${{ matrix.platform }}${{ matrix.asserts != '' && ' with as…
31 …twister_arguments: "--timestamps --platform ${{ matrix.platform }} ${{ matrix.asserts }} --exclude…
32 zephyr_toolchain: ${{ matrix.platform == 'mps2/an521/cpu0' && 'zephyr' || 'host'}}
33 zephyr_toolchain_arch: ${{ matrix.platform == 'mps2/an521/cpu0' && 'arm' || ''}}
39 platform: ["mps2/an521/cpu0"]
41 …name: Merge test 1 - Twister (Windows) (${{ matrix.platform }}${{ matrix.asserts != '' && ' with a…
87 …ZEPHYR_BASE%\scripts\twister -i -v -T tests -W --timestamps --platform ${{ matrix.platform }} ${{ …
279 …er_arguments: "--timestamps --platform native_posix --platform native_posix/native/64 --platform m…
/zcbor-latest/tests/
Dtest.sh17 …ster -M -v -T . -W --exclude-tag release --platform native_posix --platform native_posix/native/64…
Dbe_test.sh12 $ZEPHYR_BASE/scripts/twister -M -v -T . -W --platform qemu_malta/qemu_malta/be $*
/zcbor-latest/tests/scripts/
Dtest_repo_files.py16 from platform import python_version_tuple
17 from sys import platform
97 @skipIf(platform.startswith("win"), "Skip on Windows because requires a Unix shell.")
101 @skipIf(platform.startswith("win"), "Skip on Windows because requires a Unix shell.")
216 @skipIf(platform.startswith("win"), "Skip on Windows because of path/newline issues.")
Dtest_zcbor.py15 from platform import python_version_tuple
16 from sys import platform, exit