Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add per-prover parameters #2

Open
c-cube opened this issue Jun 25, 2017 · 1 comment
Open

add per-prover parameters #2

c-cube opened this issue Jun 25, 2017 · 1 comment
Assignees
Milestone

Comments

@c-cube
Copy link
Member

c-cube commented Jun 25, 2017

allow, say:

[prover]
cmd = "prover $a $b $file $timeout
a = [a1, a2, a3]
b = [b1, b2]

and test on the whole matrix.

@c-cube c-cube self-assigned this Jun 25, 2017
@c-cube c-cube added this to the 0.1 milestone Jun 26, 2017
@c-cube
Copy link
Member Author

c-cube commented Dec 5, 2019

with sexps:

  • allow arbitrary "$foo" in cmd field (with warning if really close to home,file, timeout, etc. to find typos)
  • allow a task to specify a field (matrix (x 1 2 3) (y "a" "b")) which means we expand commands with $x=1, $y="a", $x=2, $y="a", etc.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant