Skip to content

Commit 8585a5d

Browse files
committed
coq tests in own directory
1 parent b802ed3 commit 8585a5d

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

prover/build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ prover_coq = prover('prover-coq', '--main-module DRIVER-COQ --syntax-module D
6363
# prover_kore.tests(inputs = glob('t/*.kore'), implicit_inputs = glob('t/definitions/*.kore'), flags = '-cCOMMANDLINE=.CommandLine')
6464
# prover_smt .tests(inputs = glob('t/*.smt2'), flags = '-cCOMMANDLINE=.CommandLine')
6565

66-
prover_coq .tests(inputs = glob('t/*.v'), flags = '-cCOMMANDLINE=.CommandLine')
66+
prover_coq .tests(inputs = glob('t/coq-tests/*.v'), flags = '-cCOMMANDLINE=.CommandLine')
6767

6868
def log_on_success(file, message):
6969
return proj.rule( 'log-to-success'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)