feat(camera-test): migrate to test-lib (manifest.lib + run_tests) (Test-Opt Phase 3.3)

Per ADR-0037 Tests-as-Libs Convention. Renamed on Gitea + moved
locally. History preserved.
This commit is contained in:
Axel Meyer
2026-05-16 01:20:38 +02:00
parent 723741e8ba
commit e388a105c7
3 changed files with 15 additions and 12 deletions

10
manifest.lib Normal file
View File

@@ -0,0 +1,10 @@
{
"id": "lib-core.camera-test",
"role": "test",
"version": "0.1.0",
"api_min": "0.1",
"deps": [
{"id": "lib-core.camera", "version": "0.3.0"},
{"id": "lib-core.input", "version": "0.4.0"}
]
}