Home
last modified time | relevance | path

Searched full:build (Results 1 – 20 of 20) sorted by relevance

/zcbor-latest/tests/fuzz/
Dtest-afl.sh14 if [ -d "build-afl" ]; then rm -r build-afl; fi
15 mkdir build-afl
16 pushd build-afl
22 afl-fuzz -i build-afl/fuzz_input -o build-afl/output -V $1 -- ./build-afl/fuzz_target
23 exit $(find build-afl/output/default/crashes/ -type f -printf x | wc -c)
Dtest-libfuzzer.sh7 if [ -d "build-libfuzzer" ]; then rm -r build-libfuzzer; fi
8 mkdir build-libfuzzer
9 pushd build-libfuzzer
15 ./build-libfuzzer/fuzz_target -max_total_time=$1
/zcbor-latest/samples/hello_world/
DREADME.md8 ### To build:
11 mkdir build
13 make -C build
19 build/app
/zcbor-latest/samples/pet/
DREADME.md17 ### To build:
20 mkdir build
22 make -C build
28 build/app
DCMakeLists.txt11 # This will call zcbor to regenerate the files, and then build like usual.
/zcbor-latest/
Dpyproject.toml7 [build-system]
9 build-backend = 'setuptools.build_meta'
24 'Topic :: Software Development :: Build Tools',
D.gitignore1 **/build*/
DREADME.md95 These configuration options can be enabled by adding them as compile definitions to the build.
180 … the generated code into header and source files and optionally creates a CMake file to build them.
195 …yrproject-rtos/zephyr) (if your system is set up to build Zephyr samples, the tests should also bu…
199 Build system
466 --no-prelude Exclude the standard CDDL prelude from the build. The
565 --no-prelude Exclude the standard CDDL prelude from the build. The
618 --no-prelude Exclude the standard CDDL prelude from the build. The
DRELEASE_NOTES.md379 * Make changes to generated code to build with `-Wpedantic` and `-Wconversion`.
425 * Build tests with `-Wpedantic` and `-Wconversion`
438 * src: Fix code to build with `-Wpedantic` and `-Wconversion`.
/zcbor-latest/.github/actions/install_zcbor/
Daction.yaml14 pip3 install -U build
22 python3 -m build
/zcbor-latest/.github/workflows/
Drun-tests.yaml41 …(Windows) (${{ matrix.platform }}${{ matrix.asserts != '' && ' with asserts' || '' }} - build only)
57 …-clone\scripts\requirements-base.txt -r zephyr-clone\scripts\requirements-build-test.txt -r zephyr…
87 …mestamps --platform ${{ matrix.platform }} ${{ matrix.asserts }} --exclude-tag release --build-only
130 pip install -U build
136 python -m build; if($LastExitCode -ne 0) {Write-Error "$LastExitCode"};
230 working-directory: tests/fuzz/build-afl/output/default/crashes/
239 path: tests/fuzz/build-afl/output/default/crashes/
/zcbor-latest/zephyr/
Dmodule.yml3 build:
/zcbor-latest/.github/actions/prepare_and_run_tests/
Daction.yaml22 sudo apt install -y gcc-multilib g++-multilib ninja-build
47 pip3 install -U -r $ZEPHYR_BASE/scripts/requirements-build-test.txt
/zcbor-latest/tests/encode/test4_senml/
DCMakeLists.txt34 # VERBOSE means including printk which doesn't build with these options.
/zcbor-latest/tests/decode/test2_suit/
DCMakeLists.txt38 # VERBOSE means including printk which doesn't build with these options.
/zcbor-latest/samples/pet/include/
Dpet_types.h25 * The define is used in the other generated file to do a build-time
/zcbor-latest/scripts/
Dregenerate_samples.py16 p_build = p_root / 'build'
/zcbor-latest/tests/decode/test5_corner_cases/
DCMakeLists.txt91 # VERBOSE means including printk which doesn't build with these options.
/zcbor-latest/tests/scripts/
Dtest_repo_files.py37 p_hello_world_build = p_hello_world_sample / 'build'
42 p_pet_build = p_pet_sample / 'build'
78 to_build_patt = r'### To build:.*?```(?P<to_build>.*?)```'
/zcbor-latest/zcbor/
Dzcbor.py2910 * The define is used in the other generated file to do a build-time
3006 help=f"""Exclude the standard CDDL prelude from the build. The prelude can be viewed at