ltlfilt: add --sonf and --sonf-aps flags

* bin/ltlfilt.cc: Here.
* NEWS: Mention new ltlfilt flags.
* tests/Makefile.am, tests/core/sonf.test: Test these flags.
This commit is contained in:
Antoine Martin 2021-12-08 11:31:54 +01:00
parent c71691659b
commit 93fb11017b
4 changed files with 127 additions and 1 deletions

View file

@ -198,7 +198,8 @@ TESTS_tl = \
core/stutter-ltl.test \
core/hierarchy.test \
core/mempool.test \
core/format.test
core/format.test \
core/sonf.test
TESTS_graph = \
core/graph.test \