We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab6dc2e commit 5958bc1Copy full SHA for 5958bc1
1 file changed
prover/build
@@ -61,8 +61,8 @@ prover_smt = prover('prover-smt', '--main-module DRIVER-SMT --syntax-module D
61
# Functional tests
62
# ----------------
63
64
-# prover_kore.tests(inputs = glob('t/*.kore'), implicit_inputs = glob('t/definitions/*.kore'), flags = '-cCOMMANDLINE=.CommandLine')
65
-# prover_smt .tests(inputs = glob('t/*.smt2'), flags = '-cCOMMANDLINE=.CommandLine')
+prover_kore.tests(inputs = glob('t/*.kore'), implicit_inputs = glob('t/definitions/*.kore'), flags = '-cCOMMANDLINE=.CommandLine')
+prover_smt .tests(inputs = glob('t/*.smt2'), flags = '-cCOMMANDLINE=.CommandLine')
66
67
def log_on_success(file, message):
68
return proj.rule( 'log-to-success'
0 commit comments