Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
why3
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
119
Issues
119
List
Boards
Labels
Service Desk
Milestones
Merge Requests
16
Merge Requests
16
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Why3
why3
Commits
96e70c76
Commit
96e70c76
authored
Jun 21, 2017
by
MARCHE Claude
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adding ce regression tests in nightly bencn
parent
f2f79670
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
examples/nightly-bench.sh
examples/nightly-bench.sh
+10
-0
No files found.
examples/nightly-bench.sh
View file @
96e70c76
...
...
@@ -136,6 +136,16 @@ else
echo
"Make bench succeeded. "
>>
$REPORT
fi
# run regression bench for counterexamples
bench/ce-bench &>
$OUT
if
test
"
$?
"
!=
"0"
;
then
echo
"Counterexample regression tests FAILED"
>>
$REPORT
cat
$OUT
>>
$REPORT
SUBJECT
=
"
$SUBJECT
(CE regression failed)"
else
echo
"Counterexample regression tests succeeded. "
>>
$REPORT
fi
# replay proofs
examples/regtests.sh &>
$OUT
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment