add basic config for benchpress

This commit is contained in:
Simon Cruanes 2020-05-15 18:20:31 -04:00
parent 8ef4913c92
commit 707085b2c1

13
tests/benchpress.sexp Normal file
View file

@ -0,0 +1,13 @@
(prover
(name msat)
(synopsis "msat for pure sat problems")
(version "git:.")
(sat "^Sat")
(unsat "^Unsat")
(cmd "$cur_dir/../msat.exe -time $timeout $file"))
(dir
(path $cur_dir)
(pattern ".*\\.cnf")
(expect (const unknown)))