autfilt: add --included-in filter

* bin/autfilt.cc: Implement the option.
* tests/core/included.test: New file.
* tests/Makefile.am: Add it.
* NEWS: Mention the new option.
This commit is contained in:
Alexandre Duret-Lutz 2016-02-12 17:42:57 +01:00
parent 9799a6455e
commit 021921f0c3
4 changed files with 73 additions and 12 deletions

View file

@ -255,6 +255,7 @@ TESTS_twa = \
core/randaut.test \
core/randtgba.test \
core/isomorph.test \
core/included.test \
core/uniq.test \
core/safra.test \
core/sbacc.test \