scc_info: fix split_on_sets

* spot/twaalgos/sccinfo.cc (split_on_sets): Correctly register APs.
* tests/python/sccsplit.py: New file.
* tests/Makefile.am: Add it.
* NEWS: Mention the bug.
This commit is contained in:
Alexandre Duret-Lutz 2018-07-26 14:04:52 +02:00
parent 2d8292c02e
commit b2e51545f9
4 changed files with 37 additions and 0 deletions

View file

@ -397,6 +397,7 @@ TESTS_python = \
python/sbacc.py \
python/sccfilter.py \
python/sccinfo.py \
python/sccsplit.py \
python/semidet.py \
python/setacc.py \
python/setxor.py \