Use -l wherever we where expecting ltl2tgba to default to LaCIM.
* bench/ltl2tgba/algorithms: Use -l for all LaCIM invocations. * src/tgbatest/dupexp.test, src/tgbatest/emptchk.test, src/tgbatest/spotlbtt.test: Likewise.
This commit is contained in:
parent
c9b65cff71
commit
8cdc196719
5 changed files with 33 additions and 25 deletions
|
|
@ -31,8 +31,8 @@ dorun()
|
|||
run 0 ../ltl2tgba -f -S "$1" >output2
|
||||
test `wc -l <output1` = `wc -l <output2`
|
||||
|
||||
run 0 ../ltl2tgba -s "$1" >output1
|
||||
run 0 ../ltl2tgba -S "$1" >output2
|
||||
run 0 ../ltl2tgba -l -s "$1" >output1
|
||||
run 0 ../ltl2tgba -l -S "$1" >output2
|
||||
test `wc -l <output1` = `wc -l <output2`
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue