autcross: support %M in tool specifications

Fixes #335.

* bin/common_trans.cc: Add support.
* tests/core/autcross4.test: New file.
* tests/Makefile.am: Add it.
* doc/org/autcross.org, NEWS: Document it.
This commit is contained in:
Alexandre Duret-Lutz 2018-03-19 15:23:22 +01:00
parent 028b56d511
commit 0ec5ebac3f
5 changed files with 170 additions and 6 deletions

5
NEWS
View file

@ -1,5 +1,10 @@
New in spot 2.5.1.dev (not yet released)
Command-line tools:
- autcross' tool specifications now have %M replaced by the name of
the input automaton.
Library:
- Option "a" of print_dot(), for printing the acceptance condition,