Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sasa
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
verimag
synchrone
sasa
Commits
1624f606
Commit
1624f606
authored
1 year ago
by
erwan
Browse files
Options
Downloads
Patches
Plain Diff
test: exit in error if kind2 is not installed
parent
0a2790fc
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
salut/test/ring-orientation/verify.lus
+1
-1
1 addition, 1 deletion
salut/test/ring-orientation/verify.lus
salut/test/run-kind2.sh
+3
-1
3 additions, 1 deletion
salut/test/run-kind2.sh
with
4 additions
and
2 deletions
salut/test/ring-orientation/verify.lus
+
1
−
1
View file @
1624f606
...
@@ -24,5 +24,5 @@ let
...
@@ -24,5 +24,5 @@ let
worst_case_is_tigth
=
(
round_nb
>=
worst_case
-
1
)
=>
legitimate
;
worst_case_is_tigth
=
(
round_nb
>=
worst_case
-
1
)
=>
legitimate
;
ok
=
ok
=
-- closure is wrong because legitimate needs to be more specific (cf state.lus)
-- closure is wrong because legitimate needs to be more specific (cf state.lus)
converge_worst_case
;
-- closure and;
closure
and
converge_worst_case
;
-- closure and;
tel
;
tel
;
\ No newline at end of file
This diff is collapsed.
Click to expand it.
salut/test/run-kind2.sh
+
3
−
1
View file @
1624f606
...
@@ -15,7 +15,7 @@ where:
...
@@ -15,7 +15,7 @@ where:
- n is the size of the topology [1]
- n is the size of the topology [1]
- property is one of the verify node variable (in verify.lus) (ok by default)
- property is one of the verify node variable (in verify.lus) (ok by default)
- daemon is in {synchronous,distributed,central,locally_central} (distributed by default)
- daemon is in {synchronous,distributed,central,locally_central} (distributed by default)
- int is in {int, int8, uint8, int16, uint16, ..., uinit64} [2] (int by default)
- int is in {int, int8, uint8, int16, uint16, ..., uinit64} [2] (int
8+
by default)
- solver is in {Z3, Bitwuzla, cvc5, MathSAT, Yices, Yices2} [3] (Bitwuzla by default)
- solver is in {Z3, Bitwuzla, cvc5, MathSAT, Yices, Yices2} [3] (Bitwuzla by default)
example of use (that are equivalent because of the default values):
example of use (that are equivalent because of the default values):
...
@@ -40,6 +40,8 @@ nb: '$0 file_name_unknown_to_gg 5' works if 'file_name_unknown_to_gg5.dot' exist
...
@@ -40,6 +40,8 @@ nb: '$0 file_name_unknown_to_gg 5' works if 'file_name_unknown_to_gg5.dot' exist
[3] cf kind2 documentation
[3] cf kind2 documentation
"
"
kind2
--version
||
{
echo
"kind2 is not installed. try: opam install kind2"
;
exit
2
;
}
#### Dealing with CL arguments
#### Dealing with CL arguments
# at least 2 arguments are required
# at least 2 arguments are required
if
[[
$#
< 2
]]
if
[[
$#
< 2
]]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment