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, accel/CMakeLists.txt, bci/CMakeLists.txt, bindings/python/pyproject.toml, bindings/python/setup.py, cli/CMakeLists.txt, common/CMakeLists.txt, docker-compose.yml, formats/CMakeLists.txt, framework/CMakeLists.txt, min/CMakeLists.txt, and 3 more.

Tests found in the default-branch tree

tests/CMakeLists.txt, tests/__init__.py, tests/functional/__init__.py, tests/functional/test_functional_e2e.py, tests/performance/__init__.py, tests/performance/test_performance_benchmarks.py, tests/simulation/__init__.py, tests/simulation/test_emulation_simulation.py, tests/test_accel.c, tests/test_accel_backend.c, tests/test_adaptive.c, tests/test_agent.c, and 25 more.

Documented test commands

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

cmake --build --preset linux-x64-release
cmake -B build -DCMAKE_BUILD_TYPE=Release
cmake --build build --parallel
cmake -B build -DEAI_BUILD_TESTS=ON
ctest --test-dir build --output-on-failure
cmake --build build
cmake -B build -DEAI_PROFILE=smart-camera
cmake --build build --config Release

Verification baseline

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

Clone this wiki locally