Skip to content

Commit

Permalink
Use default proof switches for example apps
Browse files Browse the repository at this point in the history
Ref. #659
  • Loading branch information
treiher committed Jun 8, 2021
1 parent f2fda18 commit 917eda7
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions examples/apps/ping/ping.gpr
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,7 @@ project Ping is

package Prove is
for Proof_Dir use "proof";

for Proof_Switches ("Ada") use (
"-j0",
"--prover=cvc4,z3,altergo",
"--steps=0",
"--timeout=90",
"--memlimit=1000",
"--checks-as-errors",
"--warnings=error",
"--proof-warnings",
"--no-axiom-guard"
);
for Proof_Switches ("Ada") use Defaults.Proof_Switches;
end Prove;

end Ping;

0 comments on commit 917eda7

Please sign in to comment.