Home
last modified time | relevance | path

Searched full:everything (Results 1 – 9 of 9) sorted by relevance

/zcbor-latest/tests/fuzz/
DCMakeLists.txt71 elseif (${TEST_CASE} STREQUAL everything)
75 -c ${CMAKE_CURRENT_LIST_DIR}/../cases/everything.cddl
76 --output-cmake ${PROJECT_BINARY_DIR}/everything.cmake
85 --cddl ${CMAKE_CURRENT_LIST_DIR}/../cases/everything.cddl
95 include(${PROJECT_BINARY_DIR}/everything.cmake)
96 target_link_libraries(fuzz_target PRIVATE everything)
/zcbor-latest/.github/workflows/
Drun-tests.yaml213 - name: Run everything fuzz tests
216 ./test-afl.sh 2400 64 everything
/zcbor-latest/tests/encode/test2_simple/src/
Dmain.c19 * everything is correct.
/zcbor-latest/include/
Dzcbor_encode.h58 * @retval true Everything is ok.
Dzcbor_common.h263 #define ZCBOR_FLAG_KEEP_DECODE_STATE 8UL ///! Keep the pre-restore decode state (everything only us…
Dzcbor_decode.h251 * @retval true Everything ok.
/zcbor-latest/
DREADME.md577 as hex string, everything else => CBOR
630 as hex string, everything else => CBOR
654 .cborhex => CBOR as hex string, everything else =>
/zcbor-latest/zcbor/
Dzcbor.py3125 .yaml, .yml => YAML, .json => JSON, .cborhex => CBOR as hex string, everything else => CBOR''')
3169 .cborhex => CBOR as hex string, everything else => CBOR''')
/zcbor-latest/tests/unit/test1_unit_tests/src/
Dmain.c390 /* Everything has been decoded. */ in ZTEST()