Searched full:tests (Results 1 – 24 of 24) sorted by relevance
1 name: Run tests28 - name: Prepare and run tests87 …python %ZEPHYR_BASE%\scripts\twister -i -v -T tests -W --timestamps --platform ${{ matrix.platform…95 name: Merge tests 2 - Python (${{ matrix.python-version }}) functional tests (Ubuntu)111 - name: Run python tests112 working-directory: tests/scripts118 name: Merge tests 2 - Python (${{ matrix.python-version }}) functional tests (Windows)141 - name: Run python tests142 working-directory: tests/scripts148 name: Merge tests 3 - Check repo files (Ubuntu)[all …]
43 …[tests](tests) also demonstrate how to use zcbor in different ways. The [encoding](tests/encode), …163 …ions in [tests/cases/yaml_compatibility.yaml](tests/cases/yaml_compatibility.yaml) and its CDDL fi…194 There are tests for the code generation in [tests/decode](tests/decode) and [tests/encode](tests/en…195 The tests require [Zephyr](https://github.com/zephyrproject-rtos/zephyr) (if your system is set up …205 This is demonstrated in the tests, e.g. at [tests/decode/test3_simple/CMakeLists.txt](tests/decode/…260 Running tests263 The tests for the generated code are based on the Zephyr ztest library.264 These tests can be found in [tests/decode](tests/decode) and [tests/encode](tests/encode).265 To set up the environment to run the ztest tests, follow [Zephyr's Getting Started Guide](https://d…267 Tests for `convert` and `verify` are implemented with the unittest module.[all …]
133 DataTranslator functionality is tested in [tests/scripts](tests/scripts)220 The C tests for the code generation can be found in the [tests/decode](tests/decode) and [tests/enc…
212 * Port decode/encode/unit tests to new ztest API213 * Fix fuzz tests286 * tests: Fix an error in manifest3.cddl (encode/test1) (naming collision with 'uri')323 ### Tests subsection325 * Add tests for using ranges (< or >) with floats in code generation.415 ### Tests subsection417 * New unit test directory and project. Tests:422 * Collect boilerplate Cmake code for tests into a new file test_template.cmake.423 * Add tests for draft-ietf-suit-manifest-16.424 * Rename "strange" tests to "corner_cases"[all …]
9 tests/cases/foo.cddl
17 …-c ${CMAKE_CURRENT_LIST_DIR}/../../tests/cases/pet.cddl # Generate code for the data structures in…30 zcbor convert -c ${CMAKE_CURRENT_LIST_DIR}/../../tests/cases/pet.cddl -t Pet
1 tests:
6 tests:
43 working-directory: tests79 working-directory: tests
24 p_tests = p_root / 'tests'54 """Run codestyle tests on all Python scripts in the repo."""
27 The zcbor package must be installed to run these tests.35 p_tests = Path(p_root, 'tests')
497 // Start negative tests in ZTEST()859 /** This tests a regression in big-endian encoding, where small numbers (like 0)