mirror of
https://github.com/c-cube/sidekick.git
synced 2025-12-06 11:15:43 -05:00
main test program: move test.ml to sat_solve.ml
This commit is contained in:
parent
3107fc4755
commit
1a2d4ccb73
4 changed files with 3 additions and 3 deletions
2
Makefile
2
Makefile
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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`
|
||||||
|
|
|
||||||
|
|
@ -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`
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue