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

[tests] Rework stub for cvc5.

parent 088dda9c
No related branches found
No related tags found
No related merge requests found
...@@ -7,9 +7,9 @@ case $1 in ...@@ -7,9 +7,9 @@ case $1 in
;; ;;
*) *)
echo "PWD: $(pwd)" echo "PWD: $(pwd)"
echo "NN: $1" echo "SMTLIB_FILE: $3"
test -e $1 || (echo "Cannot find the NN file" && exit 1) test -e $3 || (echo "Cannot find the SMTLIB file" && exit 1)
echo "Goal:" echo "Goal:"
cat $2 cat $3
echo "Unknown" echo "Unknown"
esac esac
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