Add: dummy backend for behavioural testing

This commit is contained in:
DaZuo0122
2026-02-13 15:34:01 +08:00
parent 55fe53235d
commit 77f4139392
7 changed files with 691 additions and 3 deletions

View File

@@ -42,6 +42,12 @@ smoke-win-tauri:
qa-validate:
{{python}} scripts/qa_validate.py
random-backend-test:
{{python}} scripts/random_backend_tester.py --duration-seconds 30 --health-check
random-backend-test-strict:
{{python}} scripts/random_backend_tester.py --duration-seconds 60 --health-check --strict
check-runtime-core:
cargo check -p sprimo-runtime-core