feat(launcher-test): migrate to test-lib (Test-Opt Phase 3.6)

Per ADR-0037 Tests-as-Libs Convention. Renamed on Gitea +
moved locally to lib-sporel/launcher-test. fsm.lua and dofile
pattern preserved; Pre-S15 drift-check still applies.
This commit is contained in:
Calic
2026-05-16 01:26:30 +02:00
parent 1aa2eb6a6a
commit ef3fba5db1
3 changed files with 12 additions and 9 deletions

7
manifest.lib Normal file
View File

@@ -0,0 +1,7 @@
{
"id": "lib-sporel.launcher-test",
"role": "test",
"version": "0.1.0",
"api_min": "0.1",
"deps": []
}