What needs to be done
Add a make validation (and/or scripts/validation.sh) target that builds
box, points the integrated runtime-tools suite at it, and runs the validation
tests locally with one command.
The target should:
- Build the
box binary (reuse existing make build wiring).
- Run the runtime-tools validation suite with
RUNTIME set to the built binary.
- Surface results as readable output (TAP / pass-fail summary).
- Allow running a single test or a subset for focused debugging.
- Not fail the developer's whole build when individual tests fail (since the
suite is expected to be partially red during active development).
Acceptance criteria
Parent / tracking issue
Part of the OCI runtime validation epic.
Blocked by
- Integrate the runtime-tools validation suite into the repo
Rough size
S — a few hours
What needs to be done
Add a
make validation(and/orscripts/validation.sh) target that buildsbox, points the integrated runtime-tools suite at it, and runs the validationtests locally with one command.
The target should:
boxbinary (reuse existingmakebuild wiring).RUNTIMEset to the built binary.suite is expected to be partially red during active development).
Acceptance criteria
make validationbuildsboxand runs the suite in one commandmake validation TEST=...)boxParent / tracking issue
Part of the OCI runtime validation epic.
Blocked by
Rough size
S — a few hours