Skip to content

Commit 17dee94

Browse files
committed
coq tests in own directory
1 parent d318981 commit 17dee94

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
@@ -53,7 +53,7 @@ prover_coq = prover('prover-coq', '--main-module DRIVER-COQ --syntax-module D
5353
# prover_kore.tests(inputs = glob('t/*.kore'), implicit_inputs = glob('t/definitions/*.kore'), flags = '-cCOMMANDLINE=.CommandLine')
5454
# prover_smt .tests(inputs = glob('t/*.smt2'), flags = '-cCOMMANDLINE=.CommandLine')
5555

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

5858
def log_on_success(file, message):
5959
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)