Skip to content

Commit 5958bc1

Browse files
committed
build: Generate tests for t/*.smt and t/*.kore (these are not part of the smoke tests however)
1 parent ab6dc2e commit 5958bc1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

prover/build

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ prover_smt = prover('prover-smt', '--main-module DRIVER-SMT --syntax-module D
6161
# Functional tests
6262
# ----------------
6363

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')
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')
6666

6767
def log_on_success(file, message):
6868
return proj.rule( 'log-to-success'

0 commit comments

Comments
 (0)