chore: improve test infra

This commit is contained in:
Simon Cruanes 2019-01-22 20:51:16 -06:00 committed by Guillaume Bury
parent 74956e2e87
commit 53dd3acd4e
2 changed files with 2 additions and 4 deletions

View file

@ -22,9 +22,7 @@ build-dev:
test:
@echo "run tests…"
@dune runtest
test-full: test
@OCAMLRUNPARAM=b dune runtest --force --no-buffer
@echo "run benchmarks…"
@/usr/bin/time -f "%e" ./tests/run sat

View file

@ -1,7 +1,7 @@
#!/bin/bash
CURDIR=`dirname $0`
SOLVER="$CURDIR/../msat.sh"
SOLVER="$CURDIR/../_build/default/src/main/main.exe"
solvertest () {
for f in `find -L $1 -type f -name '*.cnf' # -o -name '*.smt2'`