Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Spot
Spot
Commits
884f670f
Commit
884f670f
authored
Feb 20, 2018
by
Etienne Renault
Browse files
tests: please modelcheck interface
* tests/ltsmin/finite3.test: here.
parent
aec6c88f
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/ltsmin/finite3.test
View file @
884f670f
...
...
@@ -33,7 +33,8 @@ run 0 ../modelcheck --model $srcdir/finite.gal \
test
`grep ' -> ' stdout | wc -l`
=
25
test
`grep 'P.a=' stdout | wc -l`
=
15
run
0
..
/
modelcheck
--
selfloopize
true
--
model
$srcdir
/
finite
.
gal
\
run
0
..
/
modelcheck
--
selfloopize
true
--
dot
model
\
--
model
$srcdir
/
finite
.
gal
\
--
formula
'"P.a < 10"'
>
stdout2
cmp
stdout
stdout2
...
...
@@ -49,12 +50,12 @@ run 0 ../modelcheck --compress 1 --selfloopize false \
test
`grep ' -> ' stdout | wc -l`
=
19
test
`grep 'P.a=' stdout | wc -l`
=
15
run
0
..
/
modelcheck
--
selfloopize
dead
--
is
-
empty
$srcdir
/
finite
.
gal
\
run
0
..
/
modelcheck
--
selfloopize
dead
--
is
-
empty
--
model
$srcdir
/
finite
.
gal
\
--
formula
'!(G(dead -> ("P.a==3" | "P.b==3")))'
run
1
..
/
modelcheck
--
selfloopize
dead
--
is
-
empty
$srcdir
/
finite
.
gal
\
run
1
..
/
modelcheck
--
selfloopize
dead
--
is
-
empty
--
model
$srcdir
/
finite
.
gal
\
--
formula
'!(G(dead -> ("P.a==2" | "P.b==3")))'
# This used to segfault because of a bug in a
# function that do not exist anymore.
run
0
..
/
modelcheck
--
dot
product
$srcdir
/
finite
.
gal
--
formula
'true'
run
0
..
/
modelcheck
--
dot
product
--
model
$srcdir
/
finite
.
gal
--
formula
'true'
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment