Skip to content

Development

Srikanth Patchava edited this page Sep 10, 2026 · 1 revision

Development

Contribution source of truth

CONTRIBUTING

Before proposing a change, also review the README. Keep changes scoped, add tests appropriate to the affected behavior, and follow the repository's current automation and review requirements.

Build and dependency inputs found

CMakeLists.txt, Dockerfile, build_sim/Makefile, requirements.txt, tests/CMakeLists.txt, tests/fuzz/CMakeLists.txt.

Tests found in the default-branch tree

ci/security_test.sh, tests/CMakeLists.txt, tests/__init__.py, tests/functional/__init__.py, tests/functional/test_functional_e2e.py, tests/fuzz/CMakeLists.txt, tests/fuzz/fuzz_bootctl.c, tests/fuzz/fuzz_crypto.c, tests/fuzz/fuzz_fdt.c, tests/fuzz/fuzz_fw_update.c, tests/fuzz/fuzz_image_verify.c, tests/fuzz/fuzz_recovery_protocol.c, and 59 more.

Documented test commands

These commands are reproduced from the inspected root README or contributing guide:

cmake -S . -B build \
cmake --build build --parallel
ctest --test-dir build --output-on-failure
cmake -B build/stm32 \
cmake --build build/stm32 --parallel
cmake -S . -B build -DEBLDR_BUILD_TESTS=ON
cmake -B build -DEBLDR_BUILD_TESTS=ON
cmake --build build

Verification baseline

This inventory comes from master at b42935469821 and found 71 test-related paths among 540 files. Re-check the source tree when that commit is no longer current.

Clone this wiki locally