summaryrefslogtreecommitdiff
path: root/proofs/signatures/th_lira.plf
diff options
context:
space:
mode:
authorAndres Noetzli <andres.noetzli@gmail.com>2020-07-01 08:44:21 -0700
committerGitHub <noreply@github.com>2020-07-01 10:44:21 -0500
commit9ce4c3153d42bc079470b7bd73bf131499b3fcbe (patch)
tree40a384f74915e2c009bb2a66bd0295e62edcfc2e /proofs/signatures/th_lira.plf
parent04154c08c1af81bb751376ae9379c071a95c5a3f (diff)
Add testing infrastructure for LFSC signatures (#4678)
This commit adds testing infrastructure for LFSC signatures that is enabled when CVC4 is configured with LFSC. The testing infrastructure adopts run_test.py from https://github.com/CVC4/LFSC with minor modifications (mainly adding support for a list of include directories that are searched to resolve *.plf dependencies). The commit uses the existing examples and test files from proofs/signatures as the initial set of tests. Co-authored-by: Alex Ozdemir aozdemir@hmc.edu
Diffstat (limited to 'proofs/signatures/th_lira.plf')
-rw-r--r--proofs/signatures/th_lira.plf2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/signatures/th_lira.plf b/proofs/signatures/th_lira.plf
index 70cdfc733..af326bf27 100644
--- a/proofs/signatures/th_lira.plf
+++ b/proofs/signatures/th_lira.plf
@@ -1,4 +1,4 @@
-; Depends on th_real.plf, th_int.plf, smt.plf, sat.plf
+; Deps: th_real.plf th_int.plf smt.plf sat.plf
; Some axiom arguments are marked "; Omit", because they can be deduced from
; other arguments and should be replaced with a "_" when invoking the axiom.
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback