stats: use %g to print the (generic) acceptance condition

* src/tgbaalgos/stats.cc, src/tgbaalgos/stats.hh: Implement %g.
* src/bin/common_aoutput.cc, src/bin/common_aoutput.hh:
Document it, and also implement %G.
* src/tgbatest/acc2.test: New file.
* src/tgbatest/Makefile.am: Add it.
This commit is contained in:
Alexandre Duret-Lutz 2015-02-22 18:05:57 +01:00
parent 33c496a4bb
commit de586dd2f0
6 changed files with 57 additions and 2 deletions

View file

@ -62,6 +62,7 @@ taatgba_SOURCES = taatgba.cc
# because such failures will be easier to diagnose and fix.
TESTS = \
acc.test \
acc2.test \
intvcomp.test \
bitvect.test \
ltlcross3.test \