Add test infrastructure and validation tooling

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-04-17 00:05:04 +01:00
parent 36afba773a
commit 2c7659fe3a
5 changed files with 874 additions and 0 deletions
@@ -0,0 +1,15 @@
#TODO: Runtime validation requires redox-drm scheme daemon running on bare metal or QEMU
[source]
# no external source — inline test program
path = "source"
[build]
template = "custom"
dependencies = [
"redox-drm",
]
script = """
DYNAMIC_INIT
cookbook_cargo
"""