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
5b74160a
Commit
5b74160a
authored
Jan 18, 2015
by
Alexandre Duret-Lutz
Browse files
test: simplify scc.test
Fixes
#49
. * src/tgbatest/scc.test: Rewrite using ltl2tgba --stats.
parent
1411fa60
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgbatest/scc.test
View file @
5b74160a
...
...
@@ -22,52 +22,13 @@
set
-
e
run
0
..
/
ltl2tgba
-
f
-
k
'(a U c) U b & (b U c)'
>
stdout
cat
>
expected
<<
EOF
transitions
:
15
states
:
6
total
SCCs
:
5
accepting
SCCs
:
1
dead
SCCs
:
0
accepting
paths
:
4
dead
paths
:
0
EOF
diff
stdout
expected
run
0
..
/
ltl2tgba
-
f
-
k
'(b U a) | (GFa & XG!a)'
>
stdout
cat
>
expected
<<
EOF
transitions
:
7
states
:
4
total
SCCs
:
4
accepting
SCCs
:
1
dead
SCCs
:
1
accepting
paths
:
2
dead
paths
:
1
cat
>
formulas
<<
EOF
((
a
U
c
)
U
b
)
&
(
b
U
c
),
15
,
6
,
5
b
U
a
,
3
,
2
,
2
0
,
0
,
1
,
1
(
Gb
|
F
!
a
)
W
GFc
,
22
,
6
,
5
EOF
diff
stdout
expected
run
0
..
/
ltl2tgba
-
f
-
R3
-
k
'(b U a) | (GFa & XG!a)'
>
stdout
cat
>
expected
<<
EOF
transitions
:
5
states
:
3
total
SCCs
:
3
accepting
SCCs
:
1
dead
SCCs
:
0
accepting
paths
:
2
dead
paths
:
0
EOF
diff
stdout
expected
run
0
..
/
ltl2tgba
-
f
-
R3
-
k
'XXXX(0)'
>
stdout
cat
>
expected
<<
EOF
transitions
:
0
states
:
1
total
SCCs
:
1
accepting
SCCs
:
0
dead
SCCs
:
1
accepting
paths
:
0
dead
paths
:
1
EOF
diff
stdout
expected
run
0
..
/../
bin
/
ltl2tgba
--
low
--
any
--
stats
=
'%f,%e,%s,%c'
-
F
formulas
/
1
>
out
cat
out
diff
out
formulas
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