feat(command-test): migrate to test-lib (manifest.lib + run_tests) (Test-Opt Phase 3.5)
Per ADR-0037 Tests-as-Libs Convention. Renamed on Gitea + moved locally. History preserved.
This commit is contained in:
11
manifest.lib
Normal file
11
manifest.lib
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"id": "lib-core.command-test",
|
||||
"role": "test",
|
||||
"version": "0.1.0",
|
||||
"api_min": "0.1",
|
||||
"deps": [
|
||||
{"id": "lib-core.command", "version": "0.1.0"},
|
||||
{"id": "lib-core.input", "version": "0.4.0"},
|
||||
{"id": "lib-core.camera", "version": "0.3.0"}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user