Home
last modified time | relevance | path

Searched full:tests (Results 1 – 24 of 24) sorted by relevance

/zcbor-latest/.github/workflows/
Drun-tests.yaml1 name: Run tests
28 - name: Prepare and run tests
87 …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 tests
112 working-directory: tests/scripts
118 name: Merge tests 2 - Python (${{ matrix.python-version }}) functional tests (Windows)
141 - name: Run python tests
142 working-directory: tests/scripts
148 name: Merge tests 3 - Check repo files (Ubuntu)
[all …]
/zcbor-latest/
DREADME.md43 …[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 tests
263 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 …]
DARCHITECTURE.md133 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…
DRELEASE_NOTES.md212 * Port decode/encode/unit tests to new ztest API
213 * Fix fuzz tests
286 * tests: Fix an error in manifest3.cddl (encode/test1) (naming collision with 'uri')
323 ### Tests subsection
325 * Add tests for using ranges (< or >) with floats in code generation.
415 ### Tests subsection
417 * 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 …]
D.gitignore9 tests/cases/foo.cddl
/zcbor-latest/samples/pet/
DCMakeLists.txt17 …-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
/zcbor-latest/tests/decode/test8_suit12/
Dtestcase.yaml1 tests:
/zcbor-latest/tests/decode/test7_suit9_simple/
Dtestcase.yaml1 tests:
/zcbor-latest/tests/decode/test1_suit_old_formats/
Dtestcase.yaml1 tests:
/zcbor-latest/tests/decode/test2_suit/
Dtestcase.yaml1 tests:
/zcbor-latest/tests/decode/test3_simple/
Dtestcase.yaml1 tests:
/zcbor-latest/tests/encode/test1_suit/
Dtestcase.yaml1 tests:
/zcbor-latest/tests/unit/test2_cpp/
Dtestcase.yaml1 tests:
/zcbor-latest/tests/unit/test3_float16/
Dtestcase.yaml1 tests:
/zcbor-latest/tests/unit/test1_unit_tests/
Dtestcase.yaml6 tests:
/zcbor-latest/tests/encode/test2_simple/
Dtestcase.yaml1 tests:
/zcbor-latest/tests/encode/test4_senml/
Dtestcase.yaml1 tests:
/zcbor-latest/tests/encode/test3_corner_cases/
Dtestcase.yaml1 tests:
/zcbor-latest/tests/decode/test9_manifest14/
Dtestcase.yaml1 tests:
/zcbor-latest/tests/decode/test5_corner_cases/
Dtestcase.yaml1 tests:
/zcbor-latest/.github/actions/prepare_and_run_tests/
Daction.yaml43 working-directory: tests
79 working-directory: tests
/zcbor-latest/tests/scripts/
Dtest_repo_files.py24 p_tests = p_root / 'tests'
54 """Run codestyle tests on all Python scripts in the repo."""
Dtest_zcbor.py27 The zcbor package must be installed to run these tests.
35 p_tests = Path(p_root, 'tests')
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c497 // Start negative tests in ZTEST()
859 /** This tests a regression in big-endian encoding, where small numbers (like 0)