From 0e74213692de0e3ea1b2fbaca80ea0f970f3abcf Mon Sep 17 00:00:00 2001 From: Joakim Strandberg Date: Tue, 1 Aug 2023 22:45:07 +0200 Subject: [PATCH] Fix display of SPARK tool output in README --- wrapper/Ada/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wrapper/Ada/README.md b/wrapper/Ada/README.md index 845dadfaa..90c6f569e 100644 --- a/wrapper/Ada/README.md +++ b/wrapper/Ada/README.md @@ -29,6 +29,7 @@ formal verification). To formally verify the Ada code in this repository open the client.gpr with GNAT Studio and then select SPARK -> Prove All Sources and use Proof Level 2. +``` Summary of SPARK analysis ========================= @@ -47,6 +48,7 @@ Termination . . . Concurrency . . . . . . --------------------------------------------------------------------------------------------------------------- Total 172 17 (10%) . 155 (90%) . . +``` ## Compiler and Build System installation