test: add unified DOSBox-X milestone runner

This commit is contained in:
2026-08-16 21:44:39 +09:00
parent aeec10af48
commit 3a7d7de0d3
12 changed files with 610 additions and 4 deletions
+2
View File
@@ -5,11 +5,13 @@ description = "Ferro language compiler and QEMU development automation"
requires-python = ">=3.12"
dependencies = [
"onnxruntime>=1.28.0",
"pytest>=9.0.0",
"rapidocr>=3.9.2",
]
[project.scripts]
ferro-vm = "ferrolang_vm.cli:main"
ferro-test = "ferrolang_vm.test_cli:main"
[build-system]
requires = ["hatchling"]