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
f3f43051
Commit
f3f43051
authored
Jan 13, 2015
by
Alexandre Duret-Lutz
Browse files
use ltl2tgba -Ds instead of ltl2tgba -sD in the test suite
Because -s can now take arguments. * src/tgbatest/ltl2dstar2.test: Here.
parent
1578cdf8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/tgbatest/ltl2dstar2.test
View file @
f3f43051
#!/bin/sh
# -*- coding: utf-8 -*-
# Copyright (C) 2013 Laboratoire de Recherche et
# Copyright (C) 2013
, 2015
Laboratoire de Recherche et
# Développement de l'Epita (LRDE).
#
# This file is part of Spot, a model checking library.
...
...
@@ -71,7 +71,7 @@ head -n 20 > formulas
while
read
f
;
do
expected
=
`$ltl2tgba "$f" -BD --stats '%s %e 1 %d'`
$ltlfilt
-
f
"
$f
"
-
l
|
ltl2dstar
--
ltl2nba
=
spin
:
$ltl2tgba
@-
s
D
-
foo
ltl2dstar
--
ltl2nba
=
spin
:
$ltl2tgba
@-
D
s
-
foo
echo
"
$f
"
output
=
`$dstar2tgba foo -BD --stats '%s %e %d 1'`
# the '1 %d' matching '%d 1' makes sure input and output are deterministic.
...
...
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