autfilt: add a --track-formula option

Fixes #591.

* spot/twaalgos/matchstates.cc,
spot/twaalgos/matchstates.hh (match_states_decorate): New function.
* bin/autfilt.cc: Add a --track-formula option.
* tests/core/trackf.test: New file.
* tests/Makefile.am: Test it.
* NEWS: Mention it.
This commit is contained in:
Alexandre Duret-Lutz 2024-08-30 11:38:26 +02:00
parent 3d3e87948c
commit c5d991e55c
6 changed files with 171 additions and 5 deletions

View file

@ -316,6 +316,7 @@ TESTS_twa = \
core/sbacc.test \
core/stutter-tgba.test \
core/strength.test \
core/trackf.test \
core/emptchk.test \
core/emptchke.test \
core/dfs.test \