mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 03:05:31 -05:00
test: only run on smt2 files
This commit is contained in:
parent
e3e964a4c6
commit
e51e996512
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ sat = ":status sat"
|
|||
[test]
|
||||
|
||||
timeout=10
|
||||
problems = ".*\\.(smt2|cnf)"
|
||||
problems = ".*\\.smt2"
|
||||
provers = [ "sidekick", ]
|
||||
dir = [ "." ]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue