Skip to content

Commit

Permalink
coq tests in own directory
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspena committed Feb 11, 2020
1 parent d318981 commit 17dee94
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/build
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ prover_coq = prover('prover-coq', '--main-module DRIVER-COQ --syntax-module D
# 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')

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

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

0 comments on commit 17dee94

Please sign in to comment.