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
126
Issues
126
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
4dfefc95
Commit
4dfefc95
authored
Dec 26, 2017
by
Guillaume Melquiond
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move check_realization.sh from nightly to bench.
parent
1be275ca
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
Makefile.in
Makefile.in
+1
-0
bench/bench
bench/bench
+3
-0
bench/check_realizations.sh
bench/check_realizations.sh
+0
-0
misc/nightly-bench.sh
misc/nightly-bench.sh
+0
-3
No files found.
Makefile.in
View file @
4dfefc95
...
@@ -1589,6 +1589,7 @@ bench:: bin/why3.@OCAMLBEST@ bin/why3config.@OCAMLBEST@ plugins $(TOOLS) \
...
@@ -1589,6 +1589,7 @@ bench:: bin/why3.@OCAMLBEST@ bin/why3config.@OCAMLBEST@ plugins $(TOOLS) \
# if test -d examples/runstrat ; then
\
# if test -d examples/runstrat ; then
\
#
$(MAKE)
test-runstrat.@OCAMLBEST@
;
fi
#
$(MAKE)
test-runstrat.@OCAMLBEST@
;
fi
bash bench/bench
".@OCAMLBEST@"
bash bench/bench
".@OCAMLBEST@"
@
echo
""
@
if
test
"@enable_coq_tactic@"
=
"yes"
;
then
\
@
if
test
"@enable_coq_tactic@"
=
"yes"
;
then
\
echo
"=== checking the Coq tactic ==="
;
\
echo
"=== checking the Coq tactic ==="
;
\
$(MAKE)
test-coq-tactic
;
fi
$(MAKE)
test-coq-tactic
;
fi
...
...
bench/bench
View file @
4dfefc95
...
@@ -254,3 +254,6 @@ list_stuff --list-formats
...
@@ -254,3 +254,6 @@ list_stuff --list-formats
list_stuff
--list-metas
list_stuff
--list-metas
list_stuff
--list-debug-flags
list_stuff
--list-debug-flags
echo
""
echo
""
echo
"=== Checking realizations ==="
exec
bench/check_realizations.sh
misc
/check_realizations.sh
→
bench
/check_realizations.sh
View file @
4dfefc95
File moved
misc/nightly-bench.sh
View file @
4dfefc95
...
@@ -137,9 +137,6 @@ else
...
@@ -137,9 +137,6 @@ else
echo
"Counterexample regression tests succeeded. "
>>
$REPORT
echo
"Counterexample regression tests succeeded. "
>>
$REPORT
fi
fi
# check realizations
misc/check-realizations.sh
>>
$REPORT
# replay proofs
# replay proofs
examples/regtests.sh &>
$OUT
examples/regtests.sh &>
$OUT
if
test
"
$?
"
!=
"0"
;
then
if
test
"
$?
"
!=
"0"
;
then
...
...
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