main test program: move test.ml to sat_solve.ml

This commit is contained in:
Simon Cruanes 2014-11-04 20:40:08 +01:00
parent 3107fc4755
commit 1a2d4ccb73
4 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@ COMP=ocamlbuild -log $(LOG) -use-ocamlfind -classic-display
FLAGS= FLAGS=
DIRS=-Is sat,smt,common,util DIRS=-Is sat,smt,common,util
DOC=msat.docdir/index.html DOC=msat.docdir/index.html
TEST=test.native TEST=sat_solve.native
NAME=msat NAME=msat

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
CURDIR=`dirname $0` CURDIR=`dirname $0`
SOLVER="$CURDIR/../test.native" SOLVER="$CURDIR/../sat_solve.native"
solvertest () { solvertest () {
for f in `find -L $1 -name *.cnf -type f` for f in `find -L $1 -name *.cnf -type f`

View file

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
CURDIR=`dirname $0` CURDIR=`dirname $0`
SOLVER="$CURDIR/../test.native" SOLVER="$CURDIR/../sat_solve.native"
solvertest () { solvertest () {
for f in `find -L $1 -name *.cnf -type f` for f in `find -L $1 -name *.cnf -type f`