sccinfo: fix generation of self-loop accepting runs

Reported by Juraj Major.

* spot/twaalgos/sccinfo.cc (scc_info::get_accepting_run): Do not
assume TRACK_STATES is enabled.
* tests/core/autcross5.test: New file.
* tests/Makefile.am: Add it.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2020-03-12 17:00:16 +01:00
parent ceb5210569
commit 150f815c87
4 changed files with 239 additions and 26 deletions

View file

@ -314,6 +314,7 @@ TESTS_twa = \
core/autcross2.test \
core/autcross3.test \
core/autcross4.test \
core/autcross5.test \
core/complementation.test \
core/randpsl.test \
core/cycles.test \