about summary refs log tree commit diff stats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorTheofilos Augoustis <theofilos.augoustis@tum.de>2025-08-28 13:29:25 +0000
committerTheofilos Augoustis <theofilos.augoustis@tum.de>2025-08-28 13:29:25 +0000
commit4bcee933ed1894b3ead6e5dc4c6f993cf769b523 (patch)
tree30ecfa2ce98474fd4447d2dcf1814d4c16661602 /pyproject.toml
parent7e46de2da5f4d99ab672f5609b0142a4915498fc (diff)
downloadfocaccia-ta/tool-refactor.tar.gz
focaccia-ta/tool-refactor.zip
Move qemu validator tool to our current setup ta/tool-refactor
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 27e1713..4e323df 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -28,6 +28,7 @@ dev = [
 focaccia = "focaccia.cli:main"
 convert = "focaccia.tools.convert:main"
 capture-transforms = "focaccia.tools.capture_transforms:main"
+validate-qemu = "focaccia.tools.validate_qemu:main"
 
 [build-system]
 requires = ["hatchling"]