Skip to content
Snippets Groups Projects
Commit dad8b117 authored by Michele Alberti's avatar Michele Alberti
Browse files

[tests] Rework PyRAT tests.

parent 06cf3db8
No related branches found
No related tags found
No related merge requests found
Test verify Test verify
$ cat - > bin/alt-ergo << EOF $ chmod u+x bin/pyrat.py
> #!/bin/sh
> echo "2.4.0"
> EOF
$ chmod u+x bin/alt-ergo bin/pyrat.py bin/Marabou bin/saver
$ bin/alt-ergo
2.4.0
$ bin/pyrat.py --version $ bin/pyrat.py --version
PyRAT 1.1 PyRAT 1.1
$ bin/Marabou --version
1.0.+
$ bin/saver --version
v1.0
$ PATH=$(pwd)/bin:$PATH $ PATH=$(pwd)/bin:$PATH
$ caisar verify -L . --format whyml --prover=PyRAT - 2>&1 <<EOF | ./filter_tmpdir.sh $ caisar verify -L . --format whyml --prover=PyRAT - 2>&1 <<EOF | ./filter_tmpdir.sh
......
Test verify Test verify
$ cat - > bin/alt-ergo << EOF $ chmod u+x bin/pyrat.py
> #!/bin/sh
> echo "2.4.0"
> EOF
$ chmod u+x bin/alt-ergo bin/pyrat.py bin/Marabou
$ bin/alt-ergo
2.4.0
$ bin/pyrat.py --version $ bin/pyrat.py --version
PyRAT 1.1 PyRAT 1.1
$ bin/Marabou --version
1.0.+
$ PATH=$(pwd)/bin:$PATH $ PATH=$(pwd)/bin:$PATH
$ caisar verify -L . --format whyml --prover=PyRAT - 2>&1 <<EOF | ./filter_tmpdir.sh $ caisar verify -L . --format whyml --prover=PyRAT - 2>&1 <<EOF | ./filter_tmpdir.sh
......
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