Skip to content

Commit 0fb7a40

Browse files
author
mkouril
committed
ite renamed to sbsat.
1 parent 98ac71a commit 0fb7a40

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/cnf_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ do
1313
if [ -f $i.params ] ; then
1414
PARAMS=`cat $i.params`
1515
fi
16-
../src/ite --debug 0 --ini @top_srcdir@/tests/emptyite.ini --ctrl-c 0 $i $PARAMS
16+
../src/sbsat --debug 0 --ini @top_srcdir@/tests/emptyite.ini --ctrl-c 0 $i $PARAMS
1717
if [ $? != 0 ] ; then
1818
exit 1;
1919
fi

tests/longer_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ echo ===========================================
99
for i in @top_srcdir@/tests/longer_tests/*.params
1010
do
1111
PARAMS="@top_srcdir@/tests/longer_tests/`cat $i`"
12-
CMD="../src/ite --debug 1 --ini ../tests/emptyite.ini --ctrl-c 0 $PARAMS"
12+
CMD="../src/sbsat --debug 1 --ini ../tests/emptyite.ini --ctrl-c 0 $PARAMS"
1313

1414
$CMD
1515
if [ $? != 0 ] ; then

tests/trace_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ do
1212
if [ -f $i.params ] ; then
1313
PARAMS=`cat $i.params`
1414
fi
15-
../src/ite --ini @top_srcdir@/tests/emptyite.ini --debug 0 $i $PARAMS
15+
../src/sbsat --ini @top_srcdir@/tests/emptyite.ini --debug 0 $i $PARAMS
1616
if [ $? != 0 ] ; then
1717
exit 1;
1818
fi

tests/xor_tests.sh.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ do
1313
if [ -f $i.params ] ; then
1414
PARAMS=`cat $i.params`
1515
fi
16-
../src/ite --ini @top_srcdir@/tests/emptyite.ini --debug 0 $i
16+
../src/sbsat --ini @top_srcdir@/tests/emptyite.ini --debug 0 $i
1717
if [ $? != 0 ] ; then
1818
exit 1;
1919
fi

0 commit comments

Comments
 (0)