runtimeverification / plutus-core-semantics

BSD 3-Clause "New" or "Revised" License
27 stars 5 forks source link

Parameterized make targets for proofs #346

Open gtrepta opened 1 year ago

gtrepta commented 1 year ago

A make target like test-prove-custom that requires a variable for a parameter.

For instance, an oracle-spec.k and verification.md that lives under tests/specs/oracle could be built with PROOF_NAME=oracle make test-prove-custom and the makefile will use the PROOF_NAME variable to declare the target.