Skip to content
Snippets Groups Projects
Commit 63618e75 authored by Michele Alberti's avatar Michele Alberti Committed by Julien Girard-Satabin
Browse files

[SAVer] Update detect configuration and tests.

parent 1dac6d30
No related branches found
No related tags found
No related merge requests found
......@@ -33,9 +33,9 @@ use_at_auto_level = 1
[ATP saver]
name = "SAVer"
exec = "saver"
version_switch = "2>&1 | grep Usage"
version_regexp = "\\(\\)"
version_ok = ""
version_switch = "--version 2>&1 | cat"
version_regexp = "\\(v[0-9.]+\\)"
version_ok = "v1.0"
command = "%e %{svm} %{data}"
driver = "caisar_drivers/saver.drv"
use_at_auto_level = 1
......@@ -16,7 +16,7 @@ Test autodetect
1.0.+
$ bin/saver --version
1.0
v1.0
$ PATH=$(pwd)/bin:$PATH
......@@ -24,4 +24,4 @@ Test autodetect
[caisar] Alt-Ergo 2.4.0
Marabou 1.0.+
PyRAT 1.1
SAVER 1.0
SAVer v1.0
......@@ -3,7 +3,7 @@
case $1 in
--version)
echo "1.0"
echo "v1.0"
;;
*)
echo "NN: $1"
......
......@@ -38,12 +38,12 @@ Test verify
<autodetect>Generating strategies:
<autodetect>Run: (Marabou --version) > $TMPFILE 2>&1
<autodetect>Run: (alt-ergo --version) > $TMPFILE 2>&1
<autodetect>Run: (saver --version) > $TMPFILE 2>&1
<autodetect>Run: (pyrat.py --version) > $TMPFILE 2>&1
<autodetect>Run: (saver --version 2>&1 | cat) > $TMPFILE 2>&1
<autodetect>Found prover Alt-Ergo version 2.4.0, OK.
<autodetect>Found prover Marabou version 1.0.+, OK.
<autodetect>Found prover PyRAT version 1.1, OK.
<autodetect>Found prover SAVER version 1.0, OK.
<autodetect>Found prover SAVer version v1.0, OK.
<autodetect>4 prover(s) added
Goal G: Unknown
()
......
......@@ -16,7 +16,7 @@ Test verify
1.0.+
$ bin/saver --version
1.0
v1.0
$ PATH=$(pwd)/bin:$PATH
......@@ -41,12 +41,12 @@ Test verify
<autodetect>Generating strategies:
<autodetect>Run: (Marabou --version) > $TMPFILE 2>&1
<autodetect>Run: (alt-ergo --version) > $TMPFILE 2>&1
<autodetect>Run: (saver --version) > $TMPFILE 2>&1
<autodetect>Run: (pyrat.py --version) > $TMPFILE 2>&1
<autodetect>Run: (saver --version 2>&1 | cat) > $TMPFILE 2>&1
<autodetect>Found prover Alt-Ergo version 2.4.0, OK.
<autodetect>Found prover Marabou version 1.0.+, OK.
<autodetect>Found prover PyRAT version 1.1, OK.
<autodetect>Found prover SAVER version 1.0, OK.
<autodetect>Found prover SAVer version v1.0, OK.
<autodetect>4 prover(s) added
Goal G: Unknown
()
......
......@@ -33,12 +33,12 @@ Test verify
<autodetect>Generating strategies:
<autodetect>Run: (Marabou --version) > $TMPFILE 2>&1
<autodetect>Run: (alt-ergo --version) > $TMPFILE 2>&1
<autodetect>Run: (saver --version) > $TMPFILE 2>&1
<autodetect>Run: (pyrat.py --version) > $TMPFILE 2>&1
<autodetect>Run: (saver --version 2>&1 | cat) > $TMPFILE 2>&1
<autodetect>Found prover Alt-Ergo version 2.4.0, OK.
<autodetect>Found prover Marabou version 1.0.+, OK.
<autodetect>Found prover PyRAT version 1.1, OK.
<autodetect>Found prover SAVER version 1.0, OK.
<autodetect>Found prover SAVer version v1.0, OK.
<autodetect>4 prover(s) added
Goal G: Unknown
()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment