mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-07 03:35:38 -05:00
Added smtlib unsat tests to test script
This commit is contained in:
parent
562fcc1930
commit
172ff8bca3
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ CURDIR=`dirname $0`
|
|||
SOLVER="$CURDIR/../sat_solve.native"
|
||||
|
||||
solvertest () {
|
||||
for f in `find -L $1 -name *.cnf -type f`
|
||||
for f in `find -L $1 -type f -name '*.cnf' -o -name '*.smt2'`
|
||||
do
|
||||
echo -ne "\r\033[KTesting $f..."
|
||||
"$SOLVER" -check -time 30s -size 1G $f | grep $2 > /dev/null 2> /dev/null
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue