Skip to content
Snippets Groups Projects
Commit e05a80a2 authored by Allan Blanchard's avatar Allan Blanchard
Browse files

[wp] Remove old test related to Coq

parent 0efbb7d5
No related branches found
No related tags found
No related merge requests found
...@@ -3,13 +3,9 @@ ...@@ -3,13 +3,9 @@
ERGO=`alt-ergo -version` ERGO=`alt-ergo -version`
WHY3=`why3 --version` WHY3=`why3 --version`
# sed command to prevent from diffs about the date: "(Month Year)"
COQC=`coqc --version | head -1 | sed -e 's: ([A-Z][a-z]* [0-9]*)$::'`
echo "----------------------------------------------------------" echo "----------------------------------------------------------"
echo "WP Requirements for Qualif Tests (3)" echo "WP Requirements for Qualif Tests (3)"
echo "----------------------------------------------------------" echo "----------------------------------------------------------"
echo "1. The Alt-Ergo theorem prover, version ${ERGO}" echo "1. The Alt-Ergo theorem prover, version ${ERGO}"
echo "2. The ${WHY3}" echo "2. The ${WHY3}"
echo "3. ${COQC}"
echo "----------------------------------------------------------" echo "----------------------------------------------------------"
...@@ -3,5 +3,4 @@ WP Requirements for Qualif Tests (3) ...@@ -3,5 +3,4 @@ WP Requirements for Qualif Tests (3)
---------------------------------------------------------- ----------------------------------------------------------
1. The Alt-Ergo theorem prover, version 2.2.0 1. The Alt-Ergo theorem prover, version 2.2.0
2. The Why3 platform, version 1.4.0 2. The Why3 platform, version 1.4.0
3. The Coq Proof Assistant, version 8.13.0
---------------------------------------------------------- ----------------------------------------------------------
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