genltl: add --lily-patterns
* spot/gen/formulas.cc, spot/gen/formulas.hh, bin/genltl.cc: Implement support for --lily-pattern. * doc/spot.bib, bin/man/genltl.x: Add references. * NEWS: Mention it. * tests/core/ltlsynt.test: Use these formulas. * tests/core/genltl.test: Adjust.
This commit is contained in:
parent
844fb887d9
commit
c6f4b18655
8 changed files with 131 additions and 9 deletions
|
|
@ -241,6 +241,12 @@ test $? = 2
|
|||
test "`cat err`" = \
|
||||
"genltl: no pattern hkrss-patterns=0, supported range is 1..55"
|
||||
|
||||
genltl --lily-patterns=0 2> err && exit 1
|
||||
test $? = 2
|
||||
test "`cat err`" = \
|
||||
"genltl: no pattern lily-patterns=0, supported range is 1..23"
|
||||
|
||||
|
||||
genltl --kr-n=0 2> err && exit 1
|
||||
test $? = 2
|
||||
test "`cat err`" = "genltl: no pattern kr-n=0, supported range is 1.."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue