Skip to content

Commit

Permalink
run_tests: configure RISCV64 sessions for abstract invariant proofs
Browse files Browse the repository at this point in the history
Enable AInvs, remove everything from Refine onwards, but include CSpec.
  • Loading branch information
Xaphiosis committed Jul 31, 2019
1 parent 3f32b21 commit 17ca50d
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions run_tests
Expand Up @@ -64,15 +64,17 @@ EXCLUDE["X64"]=[
]

EXCLUDE["RISCV64"]=[
"AInvs",
"ASepSpec",
"Access",
"AutoCorresSEL4",
"Bisim",
"BaseRefine",
"DSpec",
"c-kernel",
"CKernel",
"CSpec",
"DBaseRefine",
"CBaseRefine",
"CamkesDarpaReport",
"CamkesGlueProofs",
"RefineOrphanage",
"SimplExportAndRefine",
"AsmRefine"
]

Expand Down

0 comments on commit 17ca50d

Please sign in to comment.