ltl2ta: fix a crash with --ta.

* src/taalgos/tgba2ta.cc: Do not assume the input is an sba.
* src/tgbatest/ltl2ta2.test: New file.
* src/tgbatest/Makefile.am: Add it.
* NEWS: Mention the fix.
This commit is contained in:
Alexandre Duret-Lutz 2014-04-07 17:39:21 +02:00
parent c4307e21ae
commit a5b6865c0b
4 changed files with 60 additions and 34 deletions

View file

@ -96,6 +96,7 @@ TESTS = \
ltl2neverclaim.test \
ltl2neverclaim-lbtt.test \
ltl2ta.test \
ltl2ta2.test \
ltlprod.test \
bddprod.test \
explprod.test \