Skip to content

Commit 6bf4213

Browse files
committed
verita: add verismo project into verita test
1 parent d4fb87f commit 6bf4213

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tools/verita/run_configuration_all.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,3 +125,10 @@ extra_cargo_args = ["--lib"]
125125
extra_verus_args = [
126126
"--verify-module", "vdeployment_controller", # To run full verification on all controllers, comment this line, need ~30mins.
127127
]
128+
129+
[[project]]
130+
name = "verismo"
131+
git_url = "https://github.com/microsoft/verismo.git"
132+
refspec = "main"
133+
cargo_verus = true
134+
crate_roots = ["source/bitflags_verus", "source/verismo_tspec", "source/verismo"]

0 commit comments

Comments
 (0)