rustdv-runner 0.2.0

Regression manager: link-time test registry, sequential test execution, seed handling, result table, VPI bootstrap entry (design-doc D2.4, §4.5).
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "rustdv-runner"
version = "0.2.0"
edition = "2021"
description = "Regression manager: link-time test registry, sequential test execution, seed handling, result table, VPI bootstrap entry (design-doc D2.4, §4.5)."
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustdv/rustdv"

[lib]
# Crate root named after the crate, not lib.rs (D29).
path = "src/rustdv_runner.rs"

[dependencies]
rustdv-gpi = { path = "../rustdv-gpi", version = "0.2.0" }
rustdv-sim = { path = "../rustdv-sim", version = "0.2.0" }
rustdv-methodology = { path = "../rustdv-methodology", version = "0.2.0" }