dot: add support for alternating automata

* spot/twaalgos/dot.cc: Handle universal destinations.
Ignore option 's' for alternating automata.
* tests/core/alternating.test: New file.
* tests/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2016-11-25 17:17:22 +01:00
parent e620368696
commit d5c9c34514
3 changed files with 126 additions and 3 deletions

View file

@ -202,6 +202,7 @@ TESTS_misc = \
TESTS_twa = \
core/acc.test \
core/acc2.test \
core/alternating.test \
core/ltlcross3.test \
core/taatgba.test \
core/renault.test \