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 b52f4ea711
commit 9f81df2cd4
4 changed files with 37 additions and 0 deletions

View file

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